From 3f478260ded406f7f52cf591f7ea86f77d825407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Brod=C3=A9n?= Date: Thu, 4 Apr 2024 17:39:51 +0200 Subject: [PATCH] Prepare for new release v1.29.5 --- CHANGELOG.md | 4 ++-- GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f00338..da9e4dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GNUmakefile b/GNUmakefile index 08c325c8..b7b5e550 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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