Skip to content

Commit e691331

Browse files
author
Monica Joshi
committed
Finalize changelog and release for version v5.35.0
1 parent e95fac9 commit e691331

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.35.0 (Unreleased)
2+
3+
14
## 5.34.0 (March 19, 2024)
25

36
### 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.34.0"
11-
const ReleaseDate = "2024-03-20"
10+
const Version = "5.35.0"
11+
const ReleaseDate = "2024-03-27"
1212

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

0 commit comments

Comments
 (0)