Skip to content

Commit a228f32

Browse files
authored
Release v3.10.0 #minor
1 parent d86747d commit a228f32

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
2-
## What's Changed
2+
## [3.10.0](https://github.com/vultr/vultr-cli/compare/v3.9.2...v3.10.0) (2026-04-16)
3+
### Enhancements
4+
* Instance: Add VPC only flag on create [PR 588](https://github.com/vultr/vultr-cli/pull/588)
5+
* Instance: Add ISO detach command [PR 589](https://github.com/vultr/vultr-cli/pull/589)
6+
* Script: Add script-file flag to read in script file on create [PR 590](https://github.com/vultr/vultr-cli/pull/590)
7+
8+
### Dependencies
9+
* Update govultr from v3.28.1 to v3.30.0 [PR 587](https://github.com/vultr/vultr-cli/pull/587)
10+
311
## [3.9.2](https://github.com/vultr/vultr-cli/compare/v3.9.1...v3.9.2) (2026-03-26)
412
### Automation
513
* Goreleaser config deprecations and updates [PR 584](https://github.com/vultr/vultr-cli/pull/584)

cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version string = "v3.9.2"
12+
Version string = "v3.10.0"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)