Skip to content

Commit fbe9b51

Browse files
authored
Bump up version to 1.83.3 (#6501)
* Bump up version to 1.83.3 * Bump up version to 1.83.3
1 parent 0fc5eb5 commit fbe9b51

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.83.3 (October 9, 2025)
2+
3+
## Bug Fixes
4+
### VPC Infrastructure
5+
* migrated provider to v0.74.1 vpc-go-sdk ([6500](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6500))
6+
17
# 1.83.2 (October 7, 2025)
28

39
## 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.83.2"
8+
const Version = "1.83.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)