Skip to content

Commit 41e43ed

Browse files
committed
Finalize changelog and release for version v4.61.0
1 parent 024ed75 commit 41e43ed

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.61.0 (Unreleased)
2+
3+
### Added
4+
support for - Cluster Network: new optional parameter to Update API
5+
- Support for EM managed host support for Solaris/SunOS in OPSI
6+
- Support for structured streaming for Data Flow
7+
- Documention change for Cross Region ADG
8+
19
## 4.60.0 (January 19, 2022)
210

311
### 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.60.0"
11-
const ReleaseDate = "2022-01-20"
10+
const Version = "4.61.0"
11+
const ReleaseDate = "2022-01-26"
1212

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

0 commit comments

Comments
 (0)