Skip to content

Commit

Permalink
Bump up version to 1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Dec 10, 2024
1 parent 8d3fab4 commit d35f348
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.72.1 (Dec 10, 2024)
BugFixes
* Breaking change fix Revert "Add version validation ([5859](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5859))

# 1.72.0 (Dec 08, 2024)
Features
* Support for Db2 SaaS
Expand All @@ -9,8 +13,11 @@ Features
- **Datasources**
- ibm_iam_effective_account_settings
* Support for MQaaS
-**Resources**
- ibm_mqcloud_virtual_private_endpoint_gateway
- **Datasources**
- ibm_mqcloud_virtual_private_endpoint_gateway
- ibm_mqcloud_virtual_private_endpoint_gateways
* Support for VPC
- **Datasources**
- ibm_is_cluster_network
Expand Down Expand Up @@ -82,8 +89,11 @@ Features
- **Datasources**
- ibm_iam_effective_account_settings
* Support for MQaaS
-**Resources**
- ibm_mqcloud_virtual_private_endpoint_gateway
- **Datasources**
- ibm_mqcloud_virtual_private_endpoint_gateway
- ibm_mqcloud_virtual_private_endpoint_gateways
* Support for VPC
- **Datasources**
- ibm_is_cluster_network
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.72.0"
const Version = "1.72.1"

// 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 d35f348

Please sign in to comment.