Skip to content

Commit 39eadfc

Browse files
committed
Exempted - Fix release date
1 parent 336be1b commit 39eadfc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## 5.7.0 (Unreleased)
22

33
### Added
4-
Support for TLS & ORDS BYO Certificates (Phase 2) | ADB-C@C
5-
startCredentialRotation, completeCredentialRotation, getCredentialRotationStatus terraform implementation tests and examples
6-
Support for OPSI News Reports
7-
Support for Budgets - Single Use Budgets
4+
- Support for TLS & ORDS BYO Certificates (Phase 2) | ADB-C@C
5+
- Support for OPSI News Reports
6+
- Support for Budgets - Single Use Budgets
87

98
## 5.6.0 (July 26, 2023)
109

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.7.0"
11-
const ReleaseDate = ""
11+
const ReleaseDate = "2023-08-02"
1212

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

0 commit comments

Comments
 (0)