Skip to content

Commit

Permalink
Prepare for new release v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Apr 3, 2023
1 parent b6afd61 commit cd7c1a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.25.0 (Apr 03, 2023)

NOTES:

* Resize disk with extra disk resource supports more platforms (GCE, Azure)
* Updated the API wrapper (go-api) dependecy with newer version (1.11.1)

FEATURES:

* Resize disk with for more platforms and using new optional argument allow_downtime ([#194]()https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/194)

## 1.24.2 (Mar 30, 2023)

NOTES:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEST?=$$(go list ./... |grep -v 'vendor')
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
PKG_NAME=cloudamqp
PROVIDER_VERSION = 1.24.2
PROVIDER_VERSION = 1.25.0

default: build

Expand Down

0 comments on commit cd7c1a2

Please sign in to comment.