diff --git a/CHANGES.md b/CHANGES.md index 12cc338..e5c7547 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## [0.5.8] - 2021-12-14 + +* Cleanup session end flow #17 ## [codec-0.7.4] - 2021-12-03 diff --git a/Cargo.toml b/Cargo.toml index e4f0d53..60612c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-amqp" -version = "0.5.7" +version = "0.5.8" authors = ["ntex contributors "] description = "AMQP 1.0 Client/Server framework" documentation = "https://docs.rs/ntex-amqp"