diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc060c..ed8824e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.8](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.7...v4.0.8) (2023-09-20) + + +### Bug Fixes + +* **deps:** update rust crate tokio-util to 0.7.9 ([84e739a](https://github.com/cailloumajor/centrifugo-change-stream/commit/84e739ac12a51c3f03915d67a1807f8d849e0e7c)) + ## [4.0.7](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.6...v4.0.7) (2023-09-20) diff --git a/Cargo.lock b/Cargo.lock index 2a4afd6..e49996d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "centrifugo-change-stream" -version = "4.0.7" +version = "4.0.8" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 2cb776e..e5b9b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifugo-change-stream" -version = "4.0.7" +version = "4.0.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html