diff --git a/CHANGELOG.md b/CHANGELOG.md index 4228b5cbb..d03b6d35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - **Bugfix**: Set type from interface to int64 of `HealthyThreshold`, `UnhealthyThreshold`, `MaxLoadBalancers`, `Port`, `MaxConnections`, `Code` and `TargetPort` - `resourcemanager`: [v0.12.0](services/resourcemanager/CHANGELOG.md#v0120-2025-01-31) - **Breaking Change**: Remove the methods `BffGetContainersOfAFolder` and `BffGetContainersOfAnOrganization` +- `objectstorage`: [v1.0.0](services/objectstorage/CHANGELOG.md#v100-2025-02-05) + - **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request. ## Release (2025-01-24) diff --git a/services/objectstorage/CHANGELOG.md b/services/objectstorage/CHANGELOG.md index 9db97c7a3..4f9505005 100644 --- a/services/objectstorage/CHANGELOG.md +++ b/services/objectstorage/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.0.0 (2025-02-05) +- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request. + ## v0.11.1 (2024-12-17) - **Bugfix:** Correctly handle nullable attributes in model types