Skip to content

Commit

Permalink
chore: prepare v8.0.0 release (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud authored Feb 29, 2024
1 parent 5169fe8 commit 1de54fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [8.0.0]

### Added
- Managed Object Storage: `ManagedObjectStoragePolicy` struct
- Managed Object Storage: `ManagedObjectStorageUserPolicy` struct
Expand Down Expand Up @@ -52,7 +54,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
- Storages: Add support for encryption at rest

### Fixed
- Managed Object Storage: use correct path for `GetManagedObjectStorageBucketMetricsRequest`
- Managed Object Storage: use correct path for `GetManagedObjectStorageBucketMetricsRequest`

## [6.11.0]

Expand Down Expand Up @@ -154,7 +156,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
- ServerGroup `AntiAffinity` boolean field in favor of `AntiAffinityPolicy` string enum field

### Changed
- GetManagedDatabaseIndices method to return a slice of structs instead of pointers
- GetManagedDatabaseIndices method to return a slice of structs instead of pointers

## [6.2.0]

Expand Down Expand Up @@ -234,7 +236,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
### Changed
- context-aware type `client.ClientContext` renamed to `client.Client`
- context-aware type `service.ServiceContext` renamed to `service.Service`
- `service.Service` accepts any client that implements `service.Client` interface
- `service.Service` accepts any client that implements `service.Client` interface
- `client.New` constructor allows overwrite `baseURL`, `httpClient` and `httpClient.Timeout` client properties
- bump Go version to 1.18
- bump module version from `v4` to `v5`
Expand Down Expand Up @@ -436,7 +438,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

First stable release

[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.0.0...HEAD
[8.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v7.0.0...v8.0.0
[7.0.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.12.0...v7.0.0
[6.12.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.11.0...v6.12.0
[6.11.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.10.0...v6.11.0
Expand Down
2 changes: 1 addition & 1 deletion upcloud/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
Version string = "7.0.0"
Version string = "8.0.0"
APIVersion string = "1.3"
APIBaseURL string = "https://api.upcloud.com"

Expand Down

0 comments on commit 1de54fb

Please sign in to comment.