diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e18b3..b59a040 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.12](https://github.com/s2-streamstore/cachey/compare/0.10.11...0.10.12) - 2026-06-19 + +### Other + +- dep updates ([#123](https://github.com/s2-streamstore/cachey/pull/123)) + ## [0.10.11](https://github.com/s2-streamstore/cachey/compare/0.10.10...0.10.11) - 2026-06-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 5ef8cc1..20164fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -973,7 +973,7 @@ checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d" [[package]] name = "cachey" -version = "0.10.11" +version = "0.10.12" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 6e653f1..7a819ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.11" +version = "0.10.12" edition = "2024" authors = ["s2 team "] license = "MIT"