Skip to content

Commit 333ca69

Browse files
committed
Finalize changelog and release for version v4.95.0
1 parent e81d016 commit 333ca69

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.95.0 (Unreleased)
2+
3+
### Added
4+
- Support for NoSQL - Add functionality in OCI console
5+
- BDS - Support for New Compute Shapes
6+
- Information about required policy for OpenSearch operations.
7+
- Support for Stack Monitoring: Home page for OCI compute and Monitoring Support for TCPS
8+
### Bug Fix
9+
- [mysql] Terraform support DbSystem change shape without ForceNew
10+
- Removed Computed schema struct from field is_active_data_guard_enabled for database data guard association resource
11+
112
## 4.94.0 (September 21, 2022)
213

314
### 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 = "4.94.0"
11-
const ReleaseDate = "2022-09-21"
10+
const Version = "4.95.0"
11+
const ReleaseDate = "2022-09-28"
1212

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

0 commit comments

Comments
 (0)