Skip to content

Commit 24cec1e

Browse files
committed
Finalize changelog and release for version v7.5.0
1 parent b049aec commit 24cec1e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.5.0 (Unreleased)
2+
3+
### Bug Fix
4+
- Updating the Type of should_include_oidc_config_file to Bool
5+
, Check if the IP address in Nil before dereferencing it to avoid Nil pointer causing terraform to crash
6+
- Fixing broken Integration & Example tests for DbSystem Patch Resource
7+
18
## 7.4.0 (June 04, 2025)
29

310
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "7.4.0"
11-
const ReleaseDate = "2025-06-08"
10+
const Version = "7.5.0"
11+
const ReleaseDate = "2025-06-14"
1212

1313
func PrintVersion() {
1414
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

0 commit comments

Comments
 (0)