Skip to content

Commit b03904c

Browse files
committed
Added - Release for v5.10.0
1 parent 4ddf85e commit b03904c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 5.10.0 (Unreleased)
1+
## 5.10.0 (August 23, 2023)
22

33
### Added
4+
Support for BDS - Automated Patching for OS/Kernel, Node Maintenance, Add Master/Utility
45
Support for Database In-Memory support for Autonomous Database | ADB-D and ADB on ExaC@C
56
Support for BDS - Cluster Profiles for Kafka
67
### Bug Fix

internal/globalvar/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
const Version = "5.10.0"
11-
const ReleaseDate = ""
11+
const ReleaseDate = "2023-08-23"
1212

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

0 commit comments

Comments
 (0)