Skip to content

Commit 3b9156d

Browse files
committed
Finalize changelog and release for version v6.3.0
1 parent 2029a75 commit 3b9156d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.3.0 (Unreleased)
2+
3+
### Deprecation
4+
em_warehouse service
5+
### Bug Fix
6+
Autostart and autostop along with other updates.
7+
18
## 6.2.0 (July 10, 2024)
29

310
### 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 = "6.2.0"
11-
const ReleaseDate = "2024-07-10"
10+
const Version = "6.3.0"
11+
const ReleaseDate = "2024-07-17"
1212

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

0 commit comments

Comments
 (0)