Skip to content

Commit 9b1afc5

Browse files
Finalize changelog and release for version v4.84.0
1 parent 675adc0 commit 9b1afc5

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+
## 4.84.0 (Unreleased)
2+
3+
### Added
4+
- Support for Native Pod Networking
5+
- Support for Point-in-time Recovery for non-HA MySQL Database System
6+
- Support for database/db system tags, fault domains, license model, node count, private ip, and time-zone to creating data guard association (with new db system) service
7+
18
## 4.83.0 (July 07, 2022)
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 = "4.83.0"
11-
const ReleaseDate = "2022-07-07"
10+
const Version = "4.84.0"
11+
const ReleaseDate = "2022-07-14"
1212

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

0 commit comments

Comments
 (0)