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 a8773b8 commit bcc760cCopy full SHA for bcc760c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 4.83.0 (Unreleased)
2
+
3
+### Added
4
+- Support for BackupPolicy to the DBSystemSummary
5
6
## 4.82.0 (June 28, 2022)
7
8
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
9
10
-const Version = "4.82.0"
11
-const ReleaseDate = "2022-06-29"
+const Version = "4.83.0"
+const ReleaseDate = "2022-07-05"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments