Skip to content

Commit

Permalink
release v4.7.0 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
peknur authored Jun 13, 2022
1 parent 51bec2a commit 39908ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [4.7.0]

### Added
- add context-aware client and service types
- Managed Load Balancer frontend and backend properties

## [4.6.0]

Expand Down Expand Up @@ -169,7 +172,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/v4.6.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.7.0...HEAD
[4.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.6.0...v4.7.0
[4.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.5.2...v4.6.0
[4.5.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.5.1...v4.5.2
[4.5.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.5.0...v4.5.1
Expand Down
2 changes: 1 addition & 1 deletion internal/globals.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package globals

var Version = "4.6.0"
var Version = "4.7.0"

0 comments on commit 39908ac

Please sign in to comment.