From b107cb4fe73738008c99e2b08dadd4289250accb Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 11 Sep 2020 16:53:10 +0200 Subject: [PATCH] v2.21.0-RC1 --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 3 ++- project.clj | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d438f8..36987273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v2.21.0-RC1 / 2020 Sep 11 + +```clojure +[com.taoensso/carmine "2.21.0-RC1"] +``` + +> This is a maintenance + security release. It may be **BREAKING**. +> See [here](https://github.com/ptaoussanis/encore#recommended-steps-after-any-significant-dependency-update) for recommended steps when updating any Clojure/Script dependencies. + +#### Changes since `v2.20.0` + + - **[BREAKING]** Bumped minimum Clojure version from `v1.5` to `v1.7`. + - **[BREAKING]** Bump Nippy to `v3`, see Nippy `CVE-2020-24164` [issue #130](https://github.com/ptaoussanis/nippy/issues/130) for details, incl. **upgrade instructions**. This will affect you iff you use Carmine's automatic de/serialization feature. + +#### New since `v2.20.0` + + - Update to [latest Redis commands spec](https://github.com/redis/redis-doc/blob/25555fe05a571454fa0f11dca28cb5796e04112f/commands.json). + +#### Fixes since `v2.20.0` + + ## v2.20.0 / 2020 Sep 11 ```clojure diff --git a/README.md b/README.md index 7d0b5b01..4da98fb3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/carmine "2.20.0"] ; See CHANGELOG for details +[com.taoensso/carmine "2.21.0-RC1"] ; BREAKING, see CHANGELOG for details +[com.taoensso/carmine "2.20.0"] ; Stable ``` > See [here](https://taoensso.com/clojure/backers) if you're interested in helping support my open-source work, thanks! - Peter Taoussanis diff --git a/project.clj b/project.clj index ff4c3b3e..f1d6162f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/carmine "2.20.0" +(defproject com.taoensso/carmine "2.21.0-RC1" :author "Peter Taoussanis " :description "Clojure Redis client & message queue" :url "https://github.com/ptaoussanis/carmine"