Skip to content

Commit bcc760c

Browse files
committed
Finalize changelog and release for version v4.83.0
1 parent a8773b8 commit bcc760c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.83.0 (Unreleased)
2+
3+
### Added
4+
- Support for BackupPolicy to the DBSystemSummary
5+
16
## 4.82.0 (June 28, 2022)
27

38
### 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 = "4.82.0"
11-
const ReleaseDate = "2022-06-29"
10+
const Version = "4.83.0"
11+
const ReleaseDate = "2022-07-05"
1212

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

0 commit comments

Comments
 (0)