diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc1f4d14b..0fc03730ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.67.1 (July 05, 2024) +BugFixes +* Error: The terraform-provider-ibm_v1.67.0 plugin crashed! ([5485](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5485)) +* Fix for adding retention rule issue for existing bucket ([5481](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5481)) + + # 1.67.0 (July 02, 2024) Features * Support MQCloud diff --git a/version/version.go b/version/version.go index 8bf7c999a4..8a638f33b8 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" +const Version = "1.67.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string