Skip to content

Commit 994a2f2

Browse files
committed
Bump up version to 1.87.3
1 parent ebb11d2 commit 994a2f2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
# 1.87.2 (January 19, 2026)
214

315
## Bug Fixes

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version is the current provider main version
8-
const Version = "1.87.2"
8+
const Version = "1.87.3"
99

1010
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111
var GitCommit string

0 commit comments

Comments
 (0)