Skip to content

Commit

Permalink
Release v3.3.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jul 5, 2024
1 parent 94f9520 commit 2a20261
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Change Log
## [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)

### Bug Fixes
* Change mysql long run flag to int [PR 465](https://github.com/vultr/vultr-cli/pull/465)

### Documentation
* Add CDN command to README [PR 463](https://github.com/vultr/vultr-cli/pull/463)

### Dependencies
* Update govultr from v3.8.1 to v3.9.0 [PR 461](https://github.com/vultr/vultr-cli/pull/461)

## [3.2.0](https://github.com/vultr/vultr-cli/compare/v3.1.0...v3.2.0) (2024-06-11)
### Enhancements
* Inference: Add commands [PR 453](https://github.com/vultr/vultr-cli/pull/453)
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.2.0"
Version string = "v3.3.0"
)

var (
Expand Down

0 comments on commit 2a20261

Please sign in to comment.