Skip to content

Commit 690af7e

Browse files
committed
v2.3.4
1 parent 4315481 commit 690af7e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2.3.4 (2024-05-01)
2+
3+
#### Features
4+
5+
* Allow closing Acker and checking if already used
6+
7+
#### Bug Fixes
8+
9+
* Close connection to server in case of missing heartbeat
10+
111
### 2.3.3 (2024-04-24)
212

313
#### Misc

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "2.3.3"
3+
version = "2.3.4"
44
edition = "2021"
55
authors = ["Geoffroy Couprie <[email protected]>", "Marc-Antoine Perennou <[email protected]>"]
66
description = "AMQP client library"

0 commit comments

Comments
 (0)