Skip to content

Commit 59fe917

Browse files
committed
Finalize changelog and release for version v4.43.0
1 parent 2061ec6 commit 59fe917

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

oci/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "4.42.0"
11-
const ReleaseDate = "2021-09-01"
10+
const Version = "4.43.0"
11+
const ReleaseDate = "2021-09-08"
1212

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

website/oci.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,6 +1782,10 @@
17821782
<li>
17831783
<a href="/docs/providers/oci/r/database_backup_destination.html">oci_database_backup_destination</a>
17841784
</li>
1785+
<li>
1786+
<a href="/docs/providers/oci/r/database_cloud_database_management.html">oci_database_cloud_database_management</a>
1787+
</li>
1788+
<li>
17851789
<li>
17861790
<a href="/docs/providers/oci/r/database_cloud_exadata_infrastructure.html">oci_database_cloud_exadata_infrastructure</a>
17871791
</li>

0 commit comments

Comments
 (0)