Skip to content

Commit 1934246

Browse files
Finalize changelog and release for version v5.10.0
1 parent 79a9507 commit 1934246

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 5.10.0 (Unreleased)
2+
3+
### Added
4+
Support for Database In-Memory support for Autonomous Database | ADB-D and ADB on ExaC@C
5+
Support for BDS - Cluster Profiles for Kafka
6+
### Bug Fix
7+
Fix reference hashicorp/oci to oracle/oci in some documents
8+
19
## 5.9.0 (August 15, 2023)
210

311
### 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 = "5.9.0"
11-
const ReleaseDate = "2023-08-17"
10+
const Version = "5.10.0"
11+
const ReleaseDate = ""
1212

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

0 commit comments

Comments
 (0)