From 5b0125702fde6289c2ed700cbdb7f3922a7cab6e Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 24 Aug 2023 09:27:55 -0400 Subject: [PATCH] Release v2.18.1 #patch --- CHANGELOG.md | 4 ++++ cmd/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56e0928..a6bcf914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [v2.18.1](https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.1) (2023-08-24) +### Automation +* Update how archive names are generated by goreleaser [PR 342](https://github.com/vultr/vultr-cli/pull/342) + ## [v2.18.0](https://github.com/vultr/vultr-cli/compare/v2.17.0...v2.18.0) (2023-08-23) ### Enhancements * Database: Add VPC support for DBaaS instances [PR 331](https://github.com/vultr/vultr-cli/pull/331) diff --git a/cmd/version.go b/cmd/version.go index 1fdea629..062cc382 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "v2.18.0" + version = "v2.18.1" ) // versionCmd represents the version command