diff --git a/CHANGELOG.md b/CHANGELOG.md index f3044b1c..a309f4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.33.1](https://github.com/momentohq/client-sdk-rust/compare/v0.33.0...v0.33.1) (2024-03-20) + + +### Miscellaneous + +* try logging into crates.io before publishing ([#189](https://github.com/momentohq/client-sdk-rust/issues/189)) ([e5679c2](https://github.com/momentohq/client-sdk-rust/commit/e5679c24247f59ec666b1078e874e7d1b1b3c03f)) + ## [0.33.0](https://github.com/momentohq/client-sdk-rust/compare/v0.32.1...v0.33.0) (2024-03-20) diff --git a/Cargo.toml b/Cargo.toml index ca1822a2..b677a697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento" -version = "0.33.0" +version = "0.33.1" authors = ["momento"] edition = "2018" description = "Client SDK for Momento services" diff --git a/test-util/Cargo.toml b/test-util/Cargo.toml index 2b422fe1..b97ba81a 100644 --- a/test-util/Cargo.toml +++ b/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento-test-util" -version = "0.33.0" +version = "0.33.1" edition = "2021" publish = false