Skip to content

Commit d32000f

Browse files
authored
Bump up version to 1.88.2 (#6666)
1 parent 775d552 commit d32000f

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.2 (February 13, 2026)
2+
3+
## Bug Fixes
4+
5+
### CIS
6+
* Fix instance ruleset rule handling to enable OWASP logging ([6644](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6644))
7+
8+
### Power
9+
* Update unit wording to conform to new standard ([6652](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6652))
10+
11+
### Activity tracker
12+
* remove managed by example ([6659](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6659))
13+
14+
### IAM
15+
* Fix: prevent duplicate user invite API calls causing 409 error ([6665](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6665))
16+
117
# 1.88.1 (February 10, 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.1"
8+
const Version = "1.88.2"
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)