Skip to content

Commit bbd1183

Browse files
committed
Finalize changelog and release version
1 parent 4440c31 commit bbd1183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Adding description property to rules in Steering Policies in DNS
55
- Enable regional Subnets by making Availability Domain optional when creating a Subnet
66
- Support for Streaming service
7+
- Support for the tagging of applicable KMS resources
78

89
### Fixed
910
- DNS Record now requires domain and rtype as mandatory arguments. Managing DNS record resources now requires DNS_RECORD* level policy entitlements instead of DNS_ZONE*. [Permissions List](https://docs.cloud.oracle.com/iaas/Content/Identity/Reference/dnspolicyreference.htm)
@@ -15,7 +16,6 @@
1516
- Support for Health Check Service
1617
- Adding database connection information to the `oci_database_database` and `oci_database_databases` data sources
1718
- Adding support for Steering Policies in DNS
18-
- Support for the tagging of applicable KMS resources
1919

2020
## 3.14.1 (February 05, 2019)
2121

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

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

0 commit comments

Comments
 (0)