diff --git a/CHANGELOG.md b/CHANGELOG.md index 87db95a3..7bf6192a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.1](https://github.com/momentohq/client-sdk-rust/compare/v0.43.0...v0.43.1) (2024-10-24) + + +### Miscellaneous + +* **deps:** bump momento from 0.42.0 to 0.43.0 in /example/rust ([#394](https://github.com/momentohq/client-sdk-rust/issues/394)) ([1ae2a4d](https://github.com/momentohq/client-sdk-rust/commit/1ae2a4d88cc6b0dac3d2c6b07a82718636e076e9)) + ## [0.43.0](https://github.com/momentohq/client-sdk-rust/compare/v0.42.0...v0.43.0) (2024-10-09) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 32b8812e..79d7000c 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento" -version = "0.43.0" # x-release-please-version +version = "0.43.1" # x-release-please-version authors = ["momento"] edition = "2018" description = "Client SDK for Momento services" diff --git a/sdk/test-util/Cargo.toml b/sdk/test-util/Cargo.toml index 749bc1be..dcafcd68 100644 --- a/sdk/test-util/Cargo.toml +++ b/sdk/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento-test-util" -version = "0.43.0" # x-release-please-version +version = "0.43.1" # x-release-please-version edition = "2021" publish = false