diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b6d6298..36553541d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.1.0] + +### Fixed + +- Fixed compatibility with old ZK clusters. + +### New + +- Distributed queue recipe. + ## [4.0.1] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 143ea6646..8910454d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zookeeper-async" -version = "4.0.1" +version = "4.1.0" authors = ["Kamil Rojewski ", "Nandor Kracser "] license = "MIT" homepage = "https://github.com/krojew/rust-zookeeper"