Skip to content

Commit

Permalink
Bump up version to 1.75.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Jan 10, 2025
1 parent 5882507 commit bddb3a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.75.0-beta0 (Jan 10, 2025)
* Support for Cloud logs
- **Datasources**
- ibm_logs_stream
- ibm_logs_streams
- **Resources**
- ibm_logs_stream
* Support for Power System
- **Datasources**
- ibm_pi_instance_snapshot

# 1.74.0 (Jan 09, 2025)
* Support for Power System
- **Datasources**
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version is the current provider main version
const Version = "1.74.0"
const Version = "1.75.0-beta0"

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

0 comments on commit bddb3a0

Please sign in to comment.