From 3b5e45c201ab727b9815b45e102f244b6ac7ed7b Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Mon, 29 Jul 2024 15:47:32 -0400 Subject: [PATCH] Release v3.3.1 #patch --- CHANGELOG.md | 7 +++++++ cmd/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ebced..52f75d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Change Log +## [3.3.1](https://github.com/vultr/vultr-cli/compare/v3.3.0...v3.3.1) (2024-07-29) +### Bug Fixes +* DNS: Make record create priority and ttl flags optional [PR 468](https://github.com/vultr/vultr-cli/pull/468) + +### Dependencies +* Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 [PR 460](https://github.com/vultr/vultr-cli/pull/460) + ## [3.3.0](https://github.com/vultr/vultr-cli/compare/v3.2.0...v3.2.1) (2024-07-05) ### Enhancements * CDN: Add support for CDN functions [PR 462](https://github.com/vultr/vultr-cli/pull/462) diff --git a/cmd/version/version.go b/cmd/version/version.go index 5fee694..35eea08 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -9,7 +9,7 @@ import ( ) const ( - Version string = "v3.3.0" + Version string = "v3.3.1" ) var (