Skip to content

Commit d54bea5

Browse files
committed
Finalize changelog and release for version v3.59.0
1 parent 826e50c commit d54bea5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 3.58.1 (Unreleased)
1+
## 3.59.0 (Unreleased)
2+
23
### Added
34
- Support for creating `oci_database_autonomous_database` resource by cloning from a backup of an existing Autonomous Database.
45
- Support for a new field `redundancy_status` in resource `core_drg_resource`.

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

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

0 commit comments

Comments
 (0)