@@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 8.0.0]
9+
810### Added
911- Managed Object Storage: ` ManagedObjectStoragePolicy ` struct
1012- Managed Object Storage: ` ManagedObjectStorageUserPolicy ` struct
@@ -52,7 +54,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5254- Storages: Add support for encryption at rest
5355
5456### Fixed
55- - Managed Object Storage: use correct path for ` GetManagedObjectStorageBucketMetricsRequest `
57+ - Managed Object Storage: use correct path for ` GetManagedObjectStorageBucketMetricsRequest `
5658
5759## [ 6.11.0]
5860
@@ -154,7 +156,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
154156- ServerGroup ` AntiAffinity ` boolean field in favor of ` AntiAffinityPolicy ` string enum field
155157
156158### Changed
157- - GetManagedDatabaseIndices method to return a slice of structs instead of pointers
159+ - GetManagedDatabaseIndices method to return a slice of structs instead of pointers
158160
159161## [ 6.2.0]
160162
@@ -234,7 +236,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
234236### Changed
235237- context-aware type ` client.ClientContext ` renamed to ` client.Client `
236238- context-aware type ` service.ServiceContext ` renamed to ` service.Service `
237- - ` service.Service ` accepts any client that implements ` service.Client ` interface
239+ - ` service.Service ` accepts any client that implements ` service.Client ` interface
238240- ` client.New ` constructor allows overwrite ` baseURL ` , ` httpClient ` and ` httpClient.Timeout ` client properties
239241- bump Go version to 1.18
240242- bump module version from ` v4 ` to ` v5 `
@@ -436,7 +438,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
436438
437439First stable release
438440
439- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v7.0.0...HEAD
441+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.0.0...HEAD
442+ [ 8.0.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v7.0.0...v8.0.0
440443[ 7.0.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.12.0...v7.0.0
441444[ 6.12.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...v6.12.0
442445[ 6.11.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...v6.11.0
0 commit comments