Skip to content

Commit 0c06657

Browse files
committed
Finalize changelog and release for version v3.52.0
1 parent 8939ae7 commit 0c06657

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- Support for specifying compartment ID for container engine options APIs
55
- Support for console access to APEX and SQL Dev in autonomous databases
66
- Support for Volume Performance Units in `oci_core_boot_volume` and `oci_core_volume` resources
7-
- Support for URL Redirect Feature in `oci_load_balancer_rule_set` resource
87
- Support for data safe integration in `oci_database_autonomous_database` resource
98

109
### Fixed

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

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

0 commit comments

Comments
 (0)