Skip to content

Commit 4e2c6e3

Browse files
committed
Finalize changelog and release version
1 parent da87cb7 commit 4e2c6e3

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
@@ -6,6 +6,7 @@
66
- Adding ability to disable monitoring in instances
77
- Adding support for Metrics-based Dynamic Auto-scaling
88
- Support for listing and specifying Fault Domains in Database resources
9+
- Support for Notification service
910

1011
## 3.16.0 (February 26, 2019)
1112

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

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

0 commit comments

Comments
 (0)