Skip to content

Commit 3e7531b

Browse files
committed
Finalize changelog and release for version v3.62.0
1 parent 3d6cbde commit 3e7531b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## 3.62.0 (Unreleased)
22

33
### Added
4-
- Support Proxy Protocol for `oci_load_balancer_listener`
4+
- Support for Proxy Protocol for `oci_load_balancer_listener`
5+
- Support for specifying db version while creating a database for ADB Serverless
56

67
## 3.61.0 (February 05, 2020)
78

oci/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const Version = "3.61.0"
9+
const Version = "3.62.0"
1010

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

0 commit comments

Comments
 (0)