diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d6b4c9..c48180c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release (2025-XX-XX) +- `authorization`: [v0.5.1](services/authorization/CHANGELOG.md#v051-2025-01-17) + - **Bugfix:** Revert back to global URL configuration - `core`: [v0.15.1](core/CHANGELOG.md#v0151-2025-01-08) - **Bugfix:** `ConfigureRegion` does not return an error if a region is set by an environment variable. - `authorization`: [v0.5.0](services/authorization/CHANGELOG.md#v050-2025-01-09) diff --git a/services/authorization/CHANGELOG.md b/services/authorization/CHANGELOG.md index 31b4182a..73c4d287 100644 --- a/services/authorization/CHANGELOG.md +++ b/services/authorization/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.5.1 (2025-01-17) + +- **Bugfix:** Revert back to global URL configuration + ## v0.5.0 (2025-01-09) - Add support for regions in `APIClient`