Skip to content

Commit 13dbdb2

Browse files
authored
Bump up version to 1.75.1 (IBM-Cloud#5964)
1 parent 8255202 commit 13dbdb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.75.0 (Jan 31, 2025)
26
* Support for Cloud logs
37
- **Datasources**

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version is the current provider main version
8-
const Version = "1.75.0"
8+
const Version = "1.75.1"
99

1010
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111
var GitCommit string

0 commit comments

Comments
 (0)