Skip to content

Commit

Permalink
Bump up version to 1.72.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Dec 11, 2024
1 parent 51acb7b commit d759bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d759bbc

Please sign in to comment.