From d759bbc59501d0aab305f69fbb0a37865f4d2de5 Mon Sep 17 00:00:00 2001 From: hkantare Date: Wed, 11 Dec 2024 12:09:04 +0530 Subject: [PATCH] Bump up version to 1.72.2 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8a9310fb..680f57293d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.72.2 (Dec 11, 2024) +BugFixes +* Fix the issue of loading IAM endpoints either for stage or file ([5866](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5866)) + # 1.72.1 (Dec 10, 2024) BugFixes * Breaking change fix Revert "Add version validation ([5859](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5859)) diff --git a/version/version.go b/version/version.go index 2736af62d1..640265618e 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.72.1" +const Version = "1.72.2" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string