Skip to content

Commit fd1d0be

Browse files
committed
Finalize changelog and release version
1 parent eb32273 commit fd1d0be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Added
44
- Support for cloning of Autonomous Databases
55
- Support for node metadata in container engine node pool
6+
- Support for authentication policy
67

78
## 3.18.0 (March 13, 2019)
89

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

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

0 commit comments

Comments
 (0)