From 82e0423080c9d77a54b7415a0d1b12d39cbbccbf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:26:30 +0000 Subject: [PATCH] chore(main): release 4.0.14 --- 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 6febcca..78811b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.14](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.13...v4.0.14) (2024-09-16) + + +### 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)) + ## [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 52e3011..83bb386 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 5361cd4..eb431e6 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