Skip to content

Commit

Permalink
Prepare for new release v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Dec 21, 2023
1 parent 9667858 commit e896c44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.29.1 (Dec 21, 2023)

BUG FIXES:

* Fix PrivateLink/Private Service Connect import ([#250](https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/250))

## 1.29.0 (Dec 18, 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.29.0
PROVIDER_VERSION = 1.29.1

default: build

Expand Down

0 comments on commit e896c44

Please sign in to comment.