From 6abb10107d6728865b56e1aa909668cebd619457 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Sat, 27 Jul 2024 22:52:46 +0200 Subject: [PATCH] v2.5.0 Signed-off-by: Marc-Antoine Perennou --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd55816e..edb937f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 2.5.0 (2024-07-27) + +#### Bug Fixes + +* Better handle in flight frames on io loop termination. + ### 2.4.0 (2024-07-16) #### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index ee14aab6..7c11e928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lapin" -version = "2.4.0" +version = "2.5.0" edition = "2021" authors = ["Geoffroy Couprie ", "Marc-Antoine Perennou "] description = "AMQP client library"