Skip to content

Commit

Permalink
Release v3.3.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jul 29, 2024
1 parent e14ae5d commit 3b5e45c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
Version string = "v3.3.0"
Version string = "v3.3.1"
)

var (
Expand Down

0 comments on commit 3b5e45c

Please sign in to comment.