Skip to content

Commit 3310e7b

Browse files
committed
Bump up version to 1.79.1
1 parent 94fd99a commit 3310e7b

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.79.1 (June 09, 2025)
2+
3+
## Bug Fixes
4+
5+
### VPC Infrastructure
6+
* fix(is-image): fixed the access_tags set on is_image ([6280](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6280))
7+
8+
19
# 1.79.0 (June 09, 2025)
210

311
## 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.79.0"
8+
const Version = "1.79.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)