We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb11d2 commit 994a2f2Copy full SHA for 994a2f2
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 1.87.3 (January 28, 2026)
2
+
3
+## Bug Fixes
4
5
+### Global Catalog
6
+* issue 6085 - fix import of ibm_cm_offering ([6636](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6636))
7
8
+## Enhancements
9
10
+### Cloud Databases
11
+* Add `async_restore` field for fast PG restore ([6630](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6630))
12
13
# 1.87.2 (January 19, 2026)
14
15
## Bug Fixes
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.87.2"
+const Version = "1.87.3"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
0 commit comments