Skip to content

Commit

Permalink
chore(release): v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liranp committed Jun 3, 2021
1 parent 936ba8b commit 439a40d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.46.0 (June 3, 2021)

ENHANCEMENTS:
* resource/spotinst_namaged_instance_aws: added support for `minimum_instance_lifetime` ([#193](https://github.com/spotinst/terraform-provider-spotinst/pull/193))

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var (
// Version represents the main version number.
//
// Read-only.
Version = "1.45.1"
Version = "1.46.0"

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

0 comments on commit 439a40d

Please sign in to comment.