Skip to content

Commit 672b757

Browse files
Finalize changelog and release for version v5.6.0
1 parent 9cd82eb commit 672b757

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.6.0 (Unreleased)
2+
3+
### Added
4+
Support for Budgets - Single Use Budgets
5+
16
## 5.6.0 (July 26, 2023)
27

38
### Added

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.6.0"
11-
const ReleaseDate = "2023-07-26"
11+
const ReleaseDate = ""
1212

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

0 commit comments

Comments
 (0)