Skip to content

Commit

Permalink
Prepare for new release v1.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Apr 4, 2024
1 parent eaefb33 commit 3f47826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 1.x.y (Unreleased)
## 1.29.5 (Apr 04, 2024)

IMPROVEMENTS:

* Fixed link to instance regions guide from instances page ([#263](https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/263))
* Added information on how to use Message Broker HTTP API ([#264](https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/264))
* Added handling of creating/deleting notice alarm ([#265](https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/265))
* Added handling of "creating/deleting" notice alarm ([#265](https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/265))

## 1.29.4 (Feb 15, 2024)

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.29.4
PROVIDER_VERSION = 1.29.5

default: build

Expand Down

0 comments on commit 3f47826

Please sign in to comment.