File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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)
3
3
### Enhancements
4
4
* Database: Add DBaaS Support [ PR 302] ( https://github.com/vultr/vultr-cli/pull/302 )
5
5
8
8
* Update govultr to v3.0.1 [ PR 301] ( https://github.com/vultr/vultr-cli/pull/301 )
9
9
* Update govultr to v3.0.2 [ PR 304] ( https://github.com/vultr/vultr-cli/pull/304 )
10
10
* 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 )
11
12
12
13
### New Contributors
13
14
* @christhemorse made their first contribution in [ PR 302] ( https://github.com/vultr/vultr-cli/pull/302 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
const (
24
- version = "v2.16.1 "
24
+ version = "v2.16.2 "
25
25
)
26
26
27
27
// versionCmd represents the version command
You can’t perform that action at this time.
0 commit comments