Skip to content

Commit 9351c06

Browse files
vsin12ganbaras
authored andcommitted
Finalize changelog and release for version v6.21.0
1 parent 836a6a7 commit 9351c06

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
## 6.22.0 (January 16, 2025)
23

34
### Added
@@ -18,6 +19,9 @@
1819

1920

2021
## 6.21.0 (December 19, 2024)
22+
=======
23+
## 6.21.0 (Unreleased)
24+
>>>>>>> 57b36061333 (Finalize changelog and release for version v6.21.0)
2125
2226
### Added
2327
- Support for ADB-S: Backup Retention Lock

internal/globalvar/version.go

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

10+
<<<<<<< HEAD
1011
const Version = "6.22.0"
1112

1213
const ReleaseDate = "2025-01-19"
14+
=======
15+
const Version = "6.21.0"
16+
17+
const ReleaseDate = "2024-12-22"
18+
>>>>>>> 57b36061333 (Finalize changelog and release for version v6.21.0)
1319

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

0 commit comments

Comments
 (0)