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