From d65594249e29282ffa4a4ecabff1d8f2da7a432b Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Mon, 5 Oct 2020 14:15:04 +0300 Subject: [PATCH] Update changelog for #40 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7611f..94436e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ Breaking changes are prefixed with a "[BREAKING]" label. ## master (unreleased) +### Added + +- Providing a Redis URL is now possible using the `--redis-url` option + [[#40](https://github.com/skroutz/rspecq/pull/40)] + ## 0.2.2 (2020-09-10) ### Fixed - Worker would fail if application code was writing to stderr [[#35](https://github.com/skroutz/rspecq/pull/35)] - + ## 0.2.1 (2020-09-09) ### Changed