diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0372b..a58ffb9 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.10.16](https://github.com/s2-streamstore/cachey/compare/0.10.15...0.10.16) - 2026-08-24 + +### Other + +- add Rust dependency cooldown gate ([#135](https://github.com/s2-streamstore/cachey/pull/135)) + ## [0.10.15](https://github.com/s2-streamstore/cachey/compare/0.10.14...0.10.15) - 2026-08-22 ### Other diff --git a/Cargo.lock b/Cargo.lock index 69b60f1..63d70bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -989,7 +989,7 @@ checksum = "7354288c522e7e980fafd2075d63d1285794c3a6a16cdd492f189ea406e5f18b" [[package]] name = "cachey" -version = "0.10.15" +version = "0.10.16" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index f8a74e7..f2a3886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.15" +version = "0.10.16" edition = "2024" authors = ["s2 team "] license = "MIT"