Skip to content

Commit 52c704b

Browse files
Finalize changelog and release for version v5.12.0
1 parent c09ac3a commit 52c704b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.12.0 (Unreleased)
2+
3+
### Added
4+
- Support for Terraform for Serial Console Phase 1 ExaDB-C@C (EXACC) Serial Console Access to VM
5+
- Support for refreshing security token auth
6+
17
## 5.11.0 (August 30, 2023)
28

39
### Added

internal/globalvar/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 = "5.11.0"
11-
const ReleaseDate = "2023-08-30"
10+
const Version = "5.12.0"
11+
const ReleaseDate = "2023-09-06"
1212

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

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,9 @@
30663066
<li>
30673067
<a href="/docs/providers/oci/r/database_db_home.html">oci_database_db_home</a>
30683068
</li>
3069+
<li>
3070+
<a href="/docs/providers/oci/r/database_db_node.html">oci_database_db_node</a>
3071+
</li>
30693072
<li>
30703073
<a href="/docs/providers/oci/r/database_db_node_console_connection.html">oci_database_db_node_console_connection</a>
30713074
</li>

0 commit comments

Comments
 (0)