diff --git a/CHANGELOG.md b/CHANGELOG.md index b273d80..ac92558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.4](https://github.com/redis-developer/redis-cloud-rs/compare/v0.9.3...v0.9.4) - 2026-02-05 + +### Other + +- update rust-version to 1.89 and author email ([#52](https://github.com/redis-developer/redis-cloud-rs/pull/52)) + ## [0.9.3](https://github.com/redis-developer/redis-cloud-rs/compare/v0.9.2...v0.9.3) - 2026-02-04 ### Added diff --git a/Cargo.lock b/Cargo.lock index c62d3d3..ec8182f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "redis-cloud" -version = "0.9.3" +version = "0.9.4" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index a138c85..1d4a5fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis-cloud" -version = "0.9.3" +version = "0.9.4" edition = "2024" rust-version = "1.89" authors = ["Josh Rotenberg "]