Skip to content

Commit

Permalink
Merge branch 'main' into feat/bearer_token_full
Browse files Browse the repository at this point in the history
  • Loading branch information
paketeserrano authored Feb 4, 2025
2 parents 92f62c0 + 90764a4 commit 192b724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.15.0]

### Added
- Added support for token-based authentication in the client, including functions for token management.
- managed load balancer: support for redirect rule HTTP status
Expand Down Expand Up @@ -557,7 +559,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/v8.14.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.15.0...HEAD
[8.15.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.14.0...v8.15.0
[8.14.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.13.0...v8.14.0
[8.13.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.12.0...v8.13.0
[8.12.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v8.11.0...v8.12.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 @@ -16,7 +16,7 @@ import (
)

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

Expand Down

0 comments on commit 192b724

Please sign in to comment.