Skip to content

Commit 0e1731e

Browse files
committed
fix for 4.54.0 release - updating changelog to remove manually added release date
1 parent 5f83944 commit 0e1731e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.54.0 (November 24, 2021)
1+
## 4.54.0 (Unreleased)
22

33
### Fixed
44
- Recovery from panic in getResourceOCID

oci/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 = "4.54.0"
11-
const ReleaseDate = "2021-11-24"
11+
const ReleaseDate = "2021-11-30"
1212

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

0 commit comments

Comments
 (0)