Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Release (2025-XX-XX)

- `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 enviroment variable.
- **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)
- **Feature:** Add support for regions in `APIClient`

## Release (2025-01-07)

Expand Down
4 changes: 4 additions & 0 deletions services/authorization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.0 (2025-01-09)

- Add support for regions in `APIClient`

## v0.4.1 (2024-12-17)

- **Bugfix:** Correctly handle nullable attributes in model types
Expand Down
8 changes: 6 additions & 2 deletions services/authorization/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading