From e7e87f415468274f51045b8dfa8a2acc5f886983 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:17:33 +0000 Subject: [PATCH] chore(main): release 4.0.6 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c334a..ceb237d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.6](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.5...v4.0.6) (2023-09-04) + + +### Bug Fixes + +* **deps:** update rust crate clap to 4.4.2 ([0d0a90a](https://github.com/cailloumajor/centrifugo-change-stream/commit/0d0a90a0adcaa47110b403a5c2384fc2e107cb57)) +* **deps:** update rust crate serde to 1.0.188 ([545fe15](https://github.com/cailloumajor/centrifugo-change-stream/commit/545fe1550aec393ac308e083baebe59b1539a122)) +* **deps:** update rust crate url to 2.4.1 ([8e08b2e](https://github.com/cailloumajor/centrifugo-change-stream/commit/8e08b2e27fa6c5b8eb7a9b2864eae60a3fb21419)) + ## [4.0.5](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.4...v4.0.5) (2023-08-25) diff --git a/Cargo.lock b/Cargo.lock index 21dd21a..62772cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "centrifugo-change-stream" -version = "4.0.5" +version = "4.0.6" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 7851ffe..4edc78c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifugo-change-stream" -version = "4.0.5" +version = "4.0.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html