diff --git a/CHANGELOG.md b/CHANGELOG.md index 607b6bd5..80368b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.6](https://github.com/momentohq/client-sdk-rust/compare/v0.39.5...v0.39.6) (2024-05-23) + + +### Miscellaneous + +* trying to fix release-please; remove path, add extra-files ([#350](https://github.com/momentohq/client-sdk-rust/issues/350)) ([e1fc5ec](https://github.com/momentohq/client-sdk-rust/commit/e1fc5ec3e9174600329fa7d5df5a221c9cca79a9)) + ## [0.39.3](https://github.com/momentohq/client-sdk-rust/compare/v0.39.2...v0.39.3) (2024-05-23) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 1ad31170..d4bf27c2 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento" -version = "0.39.5" # x-release-please-version +version = "0.39.6" # 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 e6aa7613..95bae9d9 100644 --- a/sdk/test-util/Cargo.toml +++ b/sdk/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento-test-util" -version = "0.39.5" # x-release-please-version +version = "0.39.6" # x-release-please-version edition = "2021" publish = false