Skip to content

Commit 70dc850

Browse files
committed
Finalize changelog and release for version v5.6.0
1 parent cff4ab7 commit 70dc850

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.6.0 (Unreleased)
2+
3+
### Added
4+
- Support for Tersi for Test Connectivity feature GoldenGate Test Connectivity for Connections associated with Deployments
5+
- Model Compose and Model Alias features to custom Models in document service
6+
- Support for Budgets - Single Use Budgets
7+
- Support for Custom hostname Terraform Instance Pools - Custom hostname support
8+
19
## 5.5.0 (Unreleased)
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.5.0"
11-
const ReleaseDate = "2023-07-19"
10+
const Version = "5.6.0"
11+
const ReleaseDate = "2023-07-26"
1212

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

0 commit comments

Comments
 (0)