Skip to content

Commit 2857c54

Browse files
committed
Finalize changelog and release version
1 parent abb4eaf commit 2857c54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## 3.23.1 (Unreleased)
1+
## 3.24.0 (Unreleased)
22

33
### Added
44
- Support data source for cost tracking tags
5+
- Singular data sources will reuse resource schema
56

67
## 3.23.0 (April 17, 2019)
78

89
### Added
910
- Support for updating `license_model` for `oci_autonomous_database` resource
1011
- Support for updating `static_routes` and new `cpe_local_identifier` in `oci_core_ipsec` resource for improved VPN service usability
1112
- Support for updating `whitelisted_ips` in `autonomous_database`. Note: Cannot be used during creation.
12-
- Support tagging for Dynamic Groups in Identity
13-
- Singular data sources will reuse resource schema
13+
- Support tagging for Dynamic Groups in Identity
1414

1515
## 3.22.0 (April 10, 2019)
1616

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

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

0 commit comments

Comments
 (0)