From 1c30dd9c00adcbf0655ad60238c2d35bbdba555b Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Mon, 5 Oct 2020 14:16:41 +0300 Subject: [PATCH] Update changelog for `--redis` option deprecation --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94436e7..7508225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Breaking changes are prefixed with a "[BREAKING]" label. - Providing a Redis URL is now possible using the `--redis-url` option [[#40](https://github.com/skroutz/rspecq/pull/40)] +### Changed + +- [DEPRECATION] The `--redis` option is now deprecated. Use `--redis-host` + instead [[#40](https://github.com/skroutz/rspecq/pull/40)] + ## 0.2.2 (2020-09-10) ### Fixed