Skip to content

Commit 0bebabc

Browse files
committed
Finalize changelog and release for version v3.53.0
1 parent a2e195b commit 0bebabc

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
@@ -3,7 +3,7 @@
33
### Added
44
- Support for creating `oci_database_autonomous_database` resource with the specified `whitelisted_ips`
55
- Support for `customer_asn` attribute in `core_virtual_circuit` resource
6-
- Support for Instance Pool with Fault Domain
6+
- Support for fault domains in `core_instance_pool` resource
77

88
### Deprecated
99
- Virtual Circuit resource: The `customer_bgp_asn` attribute is now deprecated. Please use the `customer_asn` instead.

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

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

0 commit comments

Comments
 (0)