We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2029a75 commit 3b9156dCopy full SHA for 3b9156d
CHANGELOG.md
@@ -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
8
## 6.2.0 (July 10, 2024)
9
10
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "6.2.0"
11
-const ReleaseDate = "2024-07-10"
+const Version = "6.3.0"
+const ReleaseDate = "2024-07-17"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments