Skip to content

Commit 220659e

Browse files
5.6.0
1 parent 9bacfc6 commit 220659e

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
## Changes between Langohr 5.5.0 and 5.6.0 (in development)
1+
## Changes between Langohr 5.6.0 and 5.7.0 (in development)
2+
3+
No changes yet.
4+
5+
6+
## Changes between Langohr 5.5.0 and 5.6.0 (Aug 13, 2025)
27

38
### RabbitMQ Java Client Upgrade
49

510
RabbitMQ Java client dependency has been updated to `5.26.x`.
611

12+
### Squashed a False Positive TrustManager Warning
13+
14+
Contributed by @icemanmelting.
15+
16+
GitHub issue: [#125](https://github.com/michaelklishin/langohr/pull/125)
17+
718

819
## Changes between Langohr 5.4.0 and 5.5.0 (October 22, 2024)
920

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.novemberain/langohr "5.6.0-SNAPSHOT"
1+
(defproject com.novemberain/langohr "5.6.0"
22
:description "A Clojure client for RabbitMQ that embraces the underlying protocol. Built on top of the RabbitMQ Java client"
33
:min-lein-version "2.5.1"
44
:license {:name "Eclipse Public License"}

0 commit comments

Comments
 (0)