Skip to content

Commit 7304215

Browse files
authored
bump up verison to 1.82.1 (#6433)
1 parent c6b0167 commit 7304215

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.82.1 (September 1, 2025)
2+
3+
## Bug Fixes
4+
5+
### Kubernetes Cluster
6+
* rollback vendor for cluster config ([6432](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6432))
7+
8+
19
# 1.82.0 (August 29, 2025)
210
* Support for **App Configuration**
311
* **Datasources**

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.82.0"
8+
const Version = "1.82.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)