From 2f4a5a47fca2fa081ca1c8b057b884653c839687 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:34:44 +0000 Subject: [PATCH] chore(main): release 4.0.14 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6febcca..270ccde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.14](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.13...v4.0.14) (2024-09-28) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.203 ([f30e598](https://github.com/cailloumajor/centrifugo-change-stream/commit/f30e5983d86fba0dfcf3cba9fa03c23bcdeec07a)) +* **deps:** update Rust docker tag to bookworm ([320a65b](https://github.com/cailloumajor/centrifugo-change-stream/commit/320a65bc78cf171a78fc310766d77abeff24e76e)) +* **deps:** update rust docker tag to v1.80.1 ([b81ab1d](https://github.com/cailloumajor/centrifugo-change-stream/commit/b81ab1dd876965783ea05b30fe9fae37aa0c228d)) +* **deps:** update rust docker tag to v1.81.0 ([0201514](https://github.com/cailloumajor/centrifugo-change-stream/commit/0201514cf4d8b3b5c68add2b79f345d940a3a0d4)) +* **deps:** update tonistiigi/xx docker tag to v1.5.0 ([000943d](https://github.com/cailloumajor/centrifugo-change-stream/commit/000943df9b34fb20522538668835e758c25ba953)) + ## [4.0.13](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.12...v4.0.13) (2024-05-25) diff --git a/Cargo.lock b/Cargo.lock index 45ae62b..4716483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "centrifugo-change-stream" -version = "4.0.13" +version = "4.0.14" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index c53979a..9596ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifugo-change-stream" -version = "4.0.13" +version = "4.0.14" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html