Skip to content

Commit 14b97cf

Browse files
committed
Finalize changelog and release for version v7.13.0
1 parent 80d6abf commit 14b97cf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 7.13.0 (August 6, 2025)
2+
3+
### Added
4+
- Max Parallel Chunks configurable via env
5+
- Formatting changes in files
6+
7+
### Bug Fix
8+
- for Create route table when route rule contains route_type.
9+
- Api Gateway terraform correction to align with public sdk resource locking changes
10+
- Adbs switchover logic and secret Id bug
11+
112
## 7.12.0 (July 30, 2025)
213

314
### 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.12.0"
11-
const ReleaseDate = "2025-07-30"
10+
const Version = "7.13.0"
11+
const ReleaseDate = "2025-08-06"
1212

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

0 commit comments

Comments
 (0)