From 85c3fdfbe949774c8c5f1bc30c5cb4b77dc79c70 Mon Sep 17 00:00:00 2001 From: hkantare Date: Mon, 12 Aug 2024 19:11:09 +0530 Subject: [PATCH] Bump up version to 1.68.1 --- CHANGELOG.md | 8 ++++++++ version/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033e92dff1..1205357ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.68.1 (Aug 12, 2024) +BugFixes +* Fix code engine job regression ([5545](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5545)) +* Update(Cloud-Databases): Added hints for region and location mismatches ([5557](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5557)) +* fix(Cloud-Databases): Remove deprecated connectionstrings attribute ([5554](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5554)) +* remove the return value from waitForVpcCluster ([5557](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5557)) +* fix: read endpoint type from schema ([5552](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5552)) + # 1.68.0 (Aug 04, 2024) Features * Support CBR diff --git a/version/version.go b/version/version.go index f92454e1ee..6577d3c8b1 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.68.0" +const Version = "1.68.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string