Skip to content

Commit b009003

Browse files
committed
Finalize changelog and release for version v4.111.0
1 parent 7ab2805 commit b009003

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.111.0 (Unreleased)
2+
3+
### Added
4+
- Support for OCI Data Science Custom Container Images for Model Deployment
5+
- Support for OCM - Add Disaster Recovery Feature
6+
- Support for Management Agent API changes
7+
- Support for ADB-S: Long-Term Automatic Backup Retention
8+
- Support for UpdateInstanceConstraint in Terraform
9+
110
## 4.110.0 (March 01, 2023)
211

312
### 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.110.0"
11-
const ReleaseDate = "2023-03-01"
10+
const Version = "4.111.0"
11+
const ReleaseDate = "2023-03-08"
1212

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

0 commit comments

Comments
 (0)