Skip to content

Commit b21735b

Browse files
committed
v2.2.1
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent dd746d2 commit b21735b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.2.1 (2023-05-19)
2+
3+
#### Bug Fixes
4+
5+
Don't call the channel error hook when we get closed with a non error code
6+
17
### 2.2.0 (2023-05-19)
28

39
#### Features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "2.2.0"
3+
version = "2.2.1"
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)