From c28869097fec92413a33aba14640cb2aaf5906ab Mon Sep 17 00:00:00 2001 From: hkantare Date: Wed, 19 Jun 2024 13:44:42 +0530 Subject: [PATCH] Bump up verison to 1.67.0-beta1 --- CHANGELOG.md | 9 +++++++++ version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961717715e..6988d1134f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.67.0-beta1 (Jun 19, 2024) + +BugFixes +* fix(MQ on Cloud): options data source ([5438](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5438)) + # 1.67.0-beta0 (Jun 18, 2024) Features * Support MQCloud @@ -9,6 +14,10 @@ Features - ibm_is_vpn_gateway_connection_local_cidrs - ibm_is_vpn_gateway_connection_peer_cidrs +* Support Cloud Logs + - **Resources** + - ibm_logs_dashboard_folder + Enhancements * Adding default prefixfiletr for TGW connection dependency ([5406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5406)) * Add ams channels config support to keystore resource ([5411](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5411)) diff --git a/version/version.go b/version/version.go index 72780a2c38..288ccf7c2e 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.67.0-beta0" +const Version = "1.67.0-beta1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string