diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c078c7..8a42798 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.10](https://github.com/s2-streamstore/cachey/compare/0.10.9...0.10.10) - 2026-06-05 + +### Added + +- support `force_path_style` S3 config override ([#118](https://github.com/s2-streamstore/cachey/pull/118)) + ## [0.10.9](https://github.com/s2-streamstore/cachey/compare/0.10.8...0.10.9) - 2026-05-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index ffb6f3e..e566d3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,7 +969,7 @@ checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" [[package]] name = "cachey" -version = "0.10.9" +version = "0.10.10" dependencies = [ "async-stream", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index e364ff9..80d818d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachey" -version = "0.10.9" +version = "0.10.10" edition = "2024" authors = ["s2 team "] license = "MIT"