diff --git a/CHANGELOG.md b/CHANGELOG.md index 469e80b843..2b8a9310fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/version/version.go b/version/version.go index 7f490caff2..2736af62d1 100644 --- a/version/version.go +++ b/version/version.go @@ -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