Skip to content

Commit

Permalink
Merge pull request #169 from UpCloudLtd/chore/release-4.8.0
Browse files Browse the repository at this point in the history
chore: update global version and changelog
  • Loading branch information
ka-myl authored Jun 15, 2022
2 parents ef7d1f8 + e00758d commit ddfebe5
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]

## [4.8.0]

### Added
- Managed Load Balancer `SetForwardedHeaders` frontend rule action

Expand Down Expand Up @@ -175,7 +177,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.7.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.8.0...HEAD
[4.8.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v4.7.0...v4.8.0
[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
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.7.0"
var Version = "4.8.0"

0 comments on commit ddfebe5

Please sign in to comment.