Skip to content

Commit 6a9ada2

Browse files
Finalize changelog and release for version v7.1.0
1 parent 474aac1 commit 6a9ada2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.1.0 (Unreleased)
2+
3+
14
## 7.0.0 (May 06, 2025)
25

36
### 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.0.0"
11-
const ReleaseDate = "2025-05-07"
10+
const Version = "7.1.0"
11+
const ReleaseDate = "2025-05-17"
1212

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

0 commit comments

Comments
 (0)