Skip to content

Commit

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

```clojure
[com.taoensso/carmine "2.17.0"]
```

> This is a non-breaking maintenance + minor feature release
* [#203] **New**: Add SSL option for connection spec (@hackbert)
* [#200] **New**: Allow >1 connection pool with same opts (@ibrahimalbarghouthi)
* **Impl**: Bump deps

## v2.16.0 / 2017 Mar 24

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

```clojure
[com.taoensso/carmine "2.16.0"] ; See CHANGELOG for details
[com.taoensso/carmine "2.17.0"] ; See CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down Expand Up @@ -48,7 +48,7 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your project:

```clojure
[com.taoensso/carmine "2.16.0"]
[com.taoensso/carmine "2.17.0"]
```

And setup your namespace imports:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/carmine "2.16.0"
(defproject com.taoensso/carmine "2.17.0"
: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 fd46e84

Please sign in to comment.