Skip to content

Commit f646a77

Browse files
authored
Bump up version to 1.80.2 (IBM-Cloud#6344)
1 parent c2f4ddf commit f646a77

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.80.2 (July 10, 2025)
2+
## Bug Fixes
3+
4+
### Global Catalog
5+
* updated platform services to use local sdk ([6343](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6343))
6+
17
# 1.80.1 (July 9, 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.80.1"
8+
const Version = "1.80.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)