From 3b583db9a57aa48c8e9b20464b6c8c1c9d21d6a0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:31:33 +0000 Subject: [PATCH] chore(main): release 4.0.14 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6febcca..f4d0173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.14](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.13...v4.0.14) (2024-06-10) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.203 ([f30e598](https://github.com/cailloumajor/centrifugo-change-stream/commit/f30e5983d86fba0dfcf3cba9fa03c23bcdeec07a)) + ## [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 2a91a33..e4101f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,7 +252,7 @@ checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" [[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 3023fda..57a37bf 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