diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3b5cc..b3f9b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/developmentseed/multistore/compare/v0.7.0...v0.7.1) (2026-07-27) + + +### Bug Fixes + +* **copy:** authorize a versioned copy-source against its version ([#129](https://github.com/developmentseed/multistore/issues/129)) ([8261ebe](https://github.com/developmentseed/multistore/commit/8261ebef3f2a984c68c576f552ede3201acdaa82)) +* **copy:** resolve CopyObject sources on path-mapped and OIDC deployments ([#128](https://github.com/developmentseed/multistore/issues/128)) ([d2f56e6](https://github.com/developmentseed/multistore/commit/d2f56e6b5c7cda018749cc1d301760993e6bcde6)) + ## [0.7.0](https://github.com/developmentseed/multistore/compare/v0.6.4...v0.7.0) (2026-07-22) diff --git a/Cargo.toml b/Cargo.toml index 157eb3c..b202c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.7.0" +version = "0.7.1" 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.0" } -multistore-static-config = { path = "crates/static-config", version = "0.7.0" } -multistore-sts = { path = "crates/sts", version = "0.7.0" } -multistore-metering = { path = "crates/metering", version = "0.7.0" } -multistore-cf-workers = { path = "crates/cf-workers", version = "0.7.0" } -multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.7.0" } -multistore-path-mapping = { path = "crates/path-mapping", version = "0.7.0" } +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" }