diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f9b02..c166dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/developmentseed/multistore/compare/v0.7.1...v0.7.2) (2026-07-28) + + +### Bug Fixes + +* **oidc-provider:** never block a caller on another's credential renewal ([#133](https://github.com/developmentseed/multistore/issues/133)) ([11a5556](https://github.com/developmentseed/multistore/commit/11a5556c910209a91284eaeef5421f7d726ea998)) + ## [0.7.1](https://github.com/developmentseed/multistore/compare/v0.7.0...v0.7.1) (2026-07-27) diff --git a/Cargo.toml b/Cargo.toml index b202c49..590dd99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT" @@ -105,10 +105,10 @@ console_error_panic_hook = "0.1.7" lambda_http = "0.13" # Internal crates -multistore = { path = "crates/core", version = "0.7.1" } -multistore-static-config = { path = "crates/static-config", version = "0.7.1" } -multistore-sts = { path = "crates/sts", version = "0.7.1" } -multistore-metering = { path = "crates/metering", version = "0.7.1" } -multistore-cf-workers = { path = "crates/cf-workers", version = "0.7.1" } -multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.7.1" } -multistore-path-mapping = { path = "crates/path-mapping", version = "0.7.1" } +multistore = { path = "crates/core", version = "0.7.2" } +multistore-static-config = { path = "crates/static-config", version = "0.7.2" } +multistore-sts = { path = "crates/sts", version = "0.7.2" } +multistore-metering = { path = "crates/metering", version = "0.7.2" } +multistore-cf-workers = { path = "crates/cf-workers", version = "0.7.2" } +multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.7.2" } +multistore-path-mapping = { path = "crates/path-mapping", version = "0.7.2" }