Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 14, 2019
1 parent 19fd637 commit 3c870f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion ChangeLog.md
@@ -1,8 +1,20 @@
## Changes between Langohr 5.0.0 and 5.1.0 (unreleased) ## Changes between Langohr 5.1.0 and 5.2.0 (unreleased)


No changes yet. No changes yet.





## Changes between Langohr 5.0.0 and 5.1.0 (January 14th, 2019)

### Clojure Dependency Update

Langohr now depends on Clojure `1.10.0` by default.

### RabbitMQ Java Client Upgrade

RabbitMQ Java client dependency has been updated to `5.5.x`.


## Changes between Langohr 4.2.0 and 5.0.0 (March 21st, 2018) ## Changes between Langohr 4.2.0 and 5.0.0 (March 21st, 2018)


This release includes **breaking public API changes**. This release includes **breaking public API changes**.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.novemberain/langohr "5.1.0-SNAPSHOT" (defproject com.novemberain/langohr "5.1.0"
:description "An idiomatic Clojure client for RabbitMQ that embraces the AMQP 0.9.1 model. Built on top of the RabbitMQ Java client" :description "An idiomatic Clojure client for RabbitMQ that embraces the AMQP 0.9.1 model. Built on top of the RabbitMQ Java client"
:min-lein-version "2.5.1" :min-lein-version "2.5.1"
:license {:name "Eclipse Public License"} :license {:name "Eclipse Public License"}
Expand Down

0 comments on commit 3c870f7

Please sign in to comment.