Skip to content

Commit 366b3fe

Browse files
authored
Bump up version to 1.88.1 (#6658)
1 parent 825c36c commit 366b3fe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 1.88.1 (February 10, 2026)
2+
3+
## Bug Fixes
4+
5+
### Cloud Object Storage
6+
* Fix the docs related to COs backup vault policies ([6650](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6650))
7+
8+
### VPC Infrastructure
9+
* fix(instance-group): fixed error on instance group wait ([6655](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6655))
10+
11+
## Enhancements
12+
13+
### IAM
14+
* Add expires_at to service_api_key ([6654](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6654))
15+
16+
117
# 1.88.0 (February 6, 2026)
218

319
## 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.88.0"
8+
const Version = "1.88.1"
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)