Skip to content

Commit c2bbded

Browse files
authored
Bump up version to 1.80.4 (IBM-Cloud#6359)
1 parent c9676d6 commit c2bbded

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.80.4 (July 15, 2025)
2+
## Bug Fixes
3+
4+
### Power Systems
5+
* Revert "[Resource] [Datasource] Replace SSH Key API with new API ([6355](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6355))
6+
7+
18
# 1.80.3 (July 11, 2025)
29
## Bug Fixes
310

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