Skip to content

Commit

Permalink
Prepare for new release v1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Dec 14, 2022
1 parent cfbbea3 commit 7111ffd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.20.2 (Dec 14, 2022)

NOTES:

* Updated the API wrapper (go-api) dependecy with newer version (1.10.2)

IMPROVEMENTS:

* Added configurable sleep and timeout for firewall configuration ([#183]https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/183)

## 1.20.1 (Dec 07, 2022)

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.20.1
PROVIDER_VERSION = 1.20.2

default: build

Expand Down

0 comments on commit 7111ffd

Please sign in to comment.