We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8255202 commit 13dbdb2Copy full SHA for 13dbdb2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.75.1 (Feb 04, 2025)
2
+Enhancements
3
+* Add Custom Endpoints to Logs Routing Service ([5961](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5961))
4
+
5
# 1.75.0 (Jan 31, 2025)
6
* Support for Cloud logs
7
- **Datasources**
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
8
-const Version = "1.75.0"
+const Version = "1.75.1"
9
10
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
var GitCommit string
0 commit comments