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

+10
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

+1-1
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 <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
66
description = "AMQP client library"

0 commit comments

Comments
 (0)