Skip to content

Commit

Permalink
v2.20.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 21, 2019
1 parent ce46972 commit c85244d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.20.0-RC1 / 2019 Dec 21

```clojure
[com.taoensso/carmine "2.20.0-RC1"]
```

> As v2.20.0-beta2, with:
* [#83] **New**: Document workaround, make overrideable, add support util


## v2.20.0-beta2 / 2019 Oct 18

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/carmine "2.19.1"] ; Stable
[com.taoensso/carmine "2.20.0-beta2"] ; See CHANGELOG for details
[com.taoensso/carmine "2.19.1"] ; Stable
[com.taoensso/carmine "2.20.0-RC1"] ; See CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "2.20.0-beta2"
(defproject com.taoensso/carmine "2.20.0-RC1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure Redis client & message queue"
:url "https://github.com/ptaoussanis/carmine"
Expand Down

0 comments on commit c85244d

Please sign in to comment.