Skip to content

Commit 1042b25

Browse files
chore: prepare 6.7.1 release (#264)
1 parent 52bb846 commit 1042b25

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [6.7.1]
9+
10+
### Changed
11+
- `.gitignore` editorial commit
12+
813
## [6.7.0]
914

1015
### Added
@@ -340,7 +345,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
340345

341346
First stable release
342347

343-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...HEAD
348+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...HEAD
349+
[6.7.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...v6.7.1
344350
[6.7.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.6.0...v6.7.0
345351
[6.6.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.5.0...v6.6.0
346352
[6.5.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.4.0...v6.5.0

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
Version string = "6.7.0"
18+
Version string = "6.7.1"
1919
APIVersion string = "1.3"
2020
APIBaseURL string = "https://api.upcloud.com"
2121

0 commit comments

Comments
 (0)