diff --git a/CHANGELOG.md b/CHANGELOG.md index de2683539f..eabad9dd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.71.3(Nov 26, 2024) +Bugfixes +* fix: HOT FIX to include properties from issue 5579 ([5818](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5818)) + # 1.71.2(Nov 15, 2024) Bugfixes * Tags support config aggregator & Bug fix for settings api ([5783](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5783)) diff --git a/version/version.go b/version/version.go index cc73dff098..bfaa104d56 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.71.2" +const Version = "1.71.3" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string