Skip to content

Commit

Permalink
2.5.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 6, 2014
1 parent bf9047b commit d4ac7df
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion articles/bindings.md
Expand Up @@ -13,7 +13,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## Bindings In AMQP 0.9.1
Expand Down
2 changes: 1 addition & 1 deletion articles/connecting.md
Expand Up @@ -13,7 +13,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.



Expand Down
2 changes: 1 addition & 1 deletion articles/durability.md
Expand Up @@ -18,7 +18,7 @@ Github](https://github.com/clojurewerkz/langohr.docs).

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x and later versions.
This guide covers Langohr 2.5.x and later versions.

## Entity durability and message persistence

Expand Down
2 changes: 1 addition & 1 deletion articles/error_handling.md
Expand Up @@ -28,7 +28,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## Initial RabbitMQ Connection Failures
Expand Down
2 changes: 1 addition & 1 deletion articles/exchanges.md
Expand Up @@ -14,7 +14,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## Exchanges in AMQP 0.9.1 — Overview
Expand Down
2 changes: 1 addition & 1 deletion articles/extensions.md
Expand Up @@ -27,7 +27,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.



Expand Down
6 changes: 3 additions & 3 deletions articles/getting_started.md
Expand Up @@ -20,7 +20,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## Supported Clojure Versions
Expand Down Expand Up @@ -95,7 +95,7 @@ Langohr artifacts are [released to Clojars](https://clojars.org/com.novemberain/
### With Leiningen

``` clojure
[com.novemberain/langohr "2.3.2"]
[com.novemberain/langohr "2.5.0"]
```

### With Maven
Expand All @@ -115,7 +115,7 @@ And then the dependency:
<dependency>
<groupId>com.novemberain</groupId>
<artifactId>langohr</artifactId>
<version>2.3.2</version>
<version>2.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion articles/queues.md
Expand Up @@ -12,7 +12,7 @@ typical operations using Langohr. This work is licensed under a <a rel="license"

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## Queues in AMQP 0.9.1: Overview
Expand Down
2 changes: 1 addition & 1 deletion articles/tls.md
Expand Up @@ -13,7 +13,7 @@ This work is licensed under a <a rel="license" href="http://creativecommons.org/

## What version of Langohr does this guide cover?

This guide covers Langohr 2.3.x.
This guide covers Langohr 2.5.x.


## TLS Support in RabbitMQ
Expand Down

0 comments on commit d4ac7df

Please sign in to comment.