From efebb2430ce7b07261cdac3e293e2cad23beda1c Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Mon, 5 Oct 2020 14:17:43 +0300 Subject: [PATCH] Prepare for 0.3.0 release --- CHANGELOG.md | 2 ++ lib/rspecq/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7508225..a5f074d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Breaking changes are prefixed with a "[BREAKING]" label. ## master (unreleased) +## 0.3.0 (2020-10-05) + ### Added - Providing a Redis URL is now possible using the `--redis-url` option diff --git a/lib/rspecq/version.rb b/lib/rspecq/version.rb index 3086f7b..0319f7e 100644 --- a/lib/rspecq/version.rb +++ b/lib/rspecq/version.rb @@ -1,3 +1,3 @@ module RSpecQ - VERSION = "0.2.2".freeze + VERSION = "0.3.0".freeze end