Skip to content

Commit

Permalink
Bump up verison to 1.67.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Jun 19, 2024
1 parent ef1a0d5 commit c288690
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.67.0-beta1 (Jun 19, 2024)

BugFixes
* fix(MQ on Cloud): options data source ([5438](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5438))

# 1.67.0-beta0 (Jun 18, 2024)
Features
* Support MQCloud
Expand All @@ -9,6 +14,10 @@ Features
- ibm_is_vpn_gateway_connection_local_cidrs
- ibm_is_vpn_gateway_connection_peer_cidrs

* Support Cloud Logs
- **Resources**
- ibm_logs_dashboard_folder

Enhancements
* Adding default prefixfiletr for TGW connection dependency ([5406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5406))
* Add ams channels config support to keystore resource ([5411](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5411))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is the current provider main version
const Version = "1.67.0-beta0"
const Version = "1.67.0-beta1"

// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
Expand Down

0 comments on commit c288690

Please sign in to comment.