Skip to content

Commit 75ad0c5

Browse files
authored
Release v2.16.2 #patch
1 parent 84d6067 commit 75ad0c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
2-
## [v2.16.1](https://github.com/vultr/vultr-cli/compare/v2.15.1...v2.16.1) (2023-03-31)
2+
## [v2.16.2](https://github.com/vultr/vultr-cli/compare/v2.15.1...v2.16.2) (2023-03-31)
33
### Enhancements
44
* Database: Add DBaaS Support [PR 302](https://github.com/vultr/vultr-cli/pull/302)
55

@@ -8,6 +8,7 @@
88
* Update govultr to v3.0.1 [PR 301](https://github.com/vultr/vultr-cli/pull/301)
99
* Update govultr to v3.0.2 [PR 304](https://github.com/vultr/vultr-cli/pull/304)
1010
* Fix goreleaser configurations [PR 306](https://github.com/vultr/vultr-cli/pull/306)
11+
* Fix github automatic release configurations [PR 308](https://github.com/vultr/vultr-cli/pull/308)
1112

1213
### New Contributors
1314
* @christhemorse made their first contribution in [PR 302](https://github.com/vultr/vultr-cli/pull/302)

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
version = "v2.16.1"
24+
version = "v2.16.2"
2525
)
2626

2727
// versionCmd represents the version command

0 commit comments

Comments
 (0)