Skip to content

Commit 9a4706b

Browse files
authored
Bump up version to 1.81.0-beta1 (#6382)
1 parent fe316cd commit 9a4706b

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.81.0-beta1 (July 25, 2025)
2+
3+
## Bug Fixes
4+
5+
### VPC Infrastructure
6+
* Added an empty check on allowed_use for is_instance ([6381](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6381))
7+
8+
19
# 1.81.0-beta0 (July 24, 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.81.0-beta0"
8+
const Version = "1.81.0-beta1"
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)