From 0a0cf736736d4a9447381ffd4189f8e1b18859c2 Mon Sep 17 00:00:00 2001 From: hkantare Date: Fri, 17 May 2024 12:32:41 +0530 Subject: [PATCH] Bump up version to 1.65.1 --- CHANGELOG.md | 7 +++++++ version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ac96f773..bd09137884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.65.1 (May 17, 2024) + +BugFixes +* fix(bm-profiles): resolved nil pointer on resource type ([5354](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5354)) +* update kms instance policies ([5346](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5346)) +* Fix to handle crash for cloudshell ([5363](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5363)) + # 1.65.0 (May 06, 2024) Features * Support for VMware as a Service API diff --git a/version/version.go b/version/version.go index 9f47291de7..502bd9ea36 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.65.0" +const Version = "1.65.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string