diff --git a/CHANGELOG.md b/CHANGELOG.md index aa512d4897..0bfb11b5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.75.1 (Feb 04, 2025) +Enhancements +* Add Custom Endpoints to Logs Routing Service ([5961](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5961)) + # 1.75.0 (Jan 31, 2025) * Support for Cloud logs - **Datasources** diff --git a/version/version.go b/version/version.go index 0ab0ce4b46..fa8e8ae064 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.75.0" +const Version = "1.75.1" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string