Skip to content

Commit 4350d11

Browse files
committed
chore(release): v1.209.0
CI_JOB_NUMBER: 5508
1 parent 7ff7e47 commit 4350d11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## 1.209.0 (February 05, 2025)
4+
ENHANCEMENTS:
5+
* resource/spotinst_ocean_spark: Added support for `workspaces` object.
6+
37
## 1.208.0 (January, 23 2025)
48
FEATURES:
59
* **New Resource:** added new resource `resource/spotinst_credentials_azure` to support azure account onboarding to spotinst.

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var (
1010
// Version represents the main version number.
1111
//
1212
// Read-only.
13-
Version = "1.208.0"
13+
Version = "1.209.0"
1414

1515
// Prerelease represents an optional pre-release label for the version.
1616
// If this is "" (empty string) then it means that it is a final release.

0 commit comments

Comments
 (0)