Skip to content

Commit

Permalink
README updates for 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 24, 2022
1 parent 6ff21ba commit 6df9610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ With Maven:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>langohr</artifactId>
<version>5.2.0</version>
<version>5.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -90,8 +90,8 @@ stable release is highly recommended.

## Supported RabbitMQ Versions

Langohr depends on RabbitMQ Java client 3.x and requires
RabbitMQ versions 3.3 and later.
Langohr depends on RabbitMQ Java client 5.x and requires
a [supported RabbitMQ version](https://www.rabbitmq.com/versions.html).


## Project Maturity
Expand Down Expand Up @@ -138,7 +138,7 @@ See [CONTRIBUTING.md](https://github.com/michaelklishin/langohr/blob/master/CONT

## License

Copyright (C) 2011-2018 Michael S. Klishin and the ClojureWerkz Team.
Copyright (C) 2011-2022 Michael S. Klishin and the ClojureWerkz Team.

Double licensed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html) (the same as Clojure) or
the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

0 comments on commit 6df9610

Please sign in to comment.