Skip to content

Commit 2f1e004

Browse files
committed
Finalize changelog and release for version v5.46.0
1 parent adb368f commit 2f1e004

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.46.0 (Unreleased)
2+
3+
### Added
4+
- Support for Dynamic Notification for Alarms
5+
### Bug Fix
6+
- oci_log_analytics_namespace source doc fix
7+
18
## 5.45.0 (June 04, 2024)
29

310
### 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.45.0"
11-
const ReleaseDate = "2024-06-05"
10+
const Version = "5.46.0"
11+
const ReleaseDate = "2024-06-12"
1212

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

0 commit comments

Comments
 (0)