Skip to content

Commit 564decb

Browse files
author
Ravi Tandon
committed
Update CHANGELOG.md and version to v3.11.2
1 parent 0f3cdc2 commit 564decb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## 3.11.2 (Unreleased)
2+
3+
### Fixed
4+
- Reverted previous fix for immutable `metadata` fields `ssh_authorized_keys` and `user_data` that results in new instances due to a crash when using interpolations in TypeMap with customdiff (Issue #685)
5+
26
## 3.11.1 (January 08, 2019)
37

48
### Changed

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.11.1"
9+
const Version = "3.11.2"
1010

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

0 commit comments

Comments
 (0)