diff --git a/CHANGELOG.md b/CHANGELOG.md index a6bcf914..20f1a613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log -## [v2.18.1](https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.1) (2023-08-24) +## [v2.18.2](https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.2) (2023-08-24) ### Automation * Update how archive names are generated by goreleaser [PR 342](https://github.com/vultr/vultr-cli/pull/342) +* Remove deprecated brews tap command in goreleaser [PR_344](https://github.com/vultr/vultr-cli/pull/344) ## [v2.18.0](https://github.com/vultr/vultr-cli/compare/v2.17.0...v2.18.0) (2023-08-23) ### Enhancements diff --git a/cmd/version.go b/cmd/version.go index 062cc382..4dbb3e76 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "v2.18.1" + version = "v2.18.2" ) // versionCmd represents the version command