Skip to content

Commit 3bdc77e

Browse files
author
Nishtha Goel
committed
Finalize changelog and release for version v5.32.0
1 parent 0d19453 commit 3bdc77e

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+
## 5.32.0 (Unreleased)
2+
3+
### Added
4+
- Support for Container Instance Service: Configure Linux Capabilities
5+
- Support for OPSI News Report - SQL Insights
6+
- Support for Launch w/Multiple Attachments Support for VMs - Phase 1 for Goldman Sachs
7+
### Bug Fix
8+
- Terraform Improvements
9+
110
## 5.31.0 (February 28, 2024)
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 = "5.31.0"
11-
const ReleaseDate = "2024-02-29"
10+
const Version = "5.32.0"
11+
const ReleaseDate = "2024-03-06"
1212

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

0 commit comments

Comments
 (0)