Skip to content

Commit 3cdb7eb

Browse files
authored
Bump up version to 1.80.3 (#6350)
* Bump up version to 1.80.3 * Bump up version to 1.80.3
1 parent 08d0eee commit 3cdb7eb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.80.3 (July 11, 2025)
2+
## Bug Fixes
3+
4+
### VPC Infrastructure
5+
* fix(is-bm): fixed bm error on delete ([6346](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6346))
6+
### CIS
7+
* fix(CIS): update domain setting proxy read timeout([6347](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6347))
8+
9+
110
# 1.80.2 (July 10, 2025)
211
## Bug Fixes
312

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