We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f4ddf commit f646a77Copy full SHA for f646a77
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.80.2 (July 10, 2025)
2
+## Bug Fixes
3
+
4
+### Global Catalog
5
+* updated platform services to use local sdk ([6343](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6343))
6
7
# 1.80.1 (July 9, 2025)
8
9
## Bug Fixes
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.80.1"
+const Version = "1.80.2"
10
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
var GitCommit string
0 commit comments