Skip to content

Commit

Permalink
Bump master to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 9, 2016
1 parent 01f2e98 commit 819fbab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
@@ -1,4 +1,10 @@
## Changes between Langohr 3.6.1 and 3.7.0 (unreleased)
## Changes between Langohr 3.7.0 and 4.0.0 (unreleased)

No changes yet.



## Changes between Langohr 3.6.1 and 3.7.0 (December 9th, 2016)

### RabbitMQ Java Client Upgrade

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>langohr</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.novemberain/langohr "3.7.0-SNAPSHOT"
(defproject com.novemberain/langohr "4.0.0-SNAPSHOT"
: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"
:license {:name "Eclipse Public License"}
Expand Down

0 comments on commit 819fbab

Please sign in to comment.