Skip to content

Commit fc1bc75

Browse files
author
jiangong
committed
Finalize changelog and release for version v.3.27.0
1 parent ec5fc3e commit fc1bc75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## 3.26.1 (Unreleased)
1+
## 3.27.0 (Unreleased)
22

33
### Added
44
- Support for moving File Systems and Mount Targets across compartments
55
- Support for filtering File Storage resources by tags
66
- Support for getting UI password information
77

8+
### Notes
9+
- This is the first provider version that supports Terraform v0.12.
10+
811
## 3.26.0 (May 22, 2019)
912

1013
### Added

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

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

0 commit comments

Comments
 (0)