From 2bbe367e62c4655b7b9822926b21b8aed38fbade Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:23:39 +0000 Subject: [PATCH] chore(main): release 4.0.12 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b517b2..c3ab86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.12](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.11...v4.0.12) (2023-10-19) + + +### Bug Fixes + +* **deps:** update rust crate serde to 1.0.189 ([09d64c1](https://github.com/cailloumajor/centrifugo-change-stream/commit/09d64c1f347375a9a8db39e6485f5e4fd86e2871)) +* **deps:** update rust crate tracing to 0.1.39 ([4ea60f5](https://github.com/cailloumajor/centrifugo-change-stream/commit/4ea60f532324b403366a44b7588f4574535ca1ce)) +* **deps:** update rust crate tracing to 0.1.40 ([7cb5add](https://github.com/cailloumajor/centrifugo-change-stream/commit/7cb5add366444626102c40c9e96102fbd4665636)) +* **deps:** update tonistiigi/xx docker tag to v1.3.0 ([492fbce](https://github.com/cailloumajor/centrifugo-change-stream/commit/492fbcec0625f979a45abee626b77a4ed909284e)) + ## [4.0.11](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.10...v4.0.11) (2023-10-09) diff --git a/Cargo.lock b/Cargo.lock index 50d00ee..a50c80a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "centrifugo-change-stream" -version = "4.0.11" +version = "4.0.12" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 1216b79..d91f3a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifugo-change-stream" -version = "4.0.11" +version = "4.0.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html