We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb368f commit 2f1e004Copy full SHA for 2f1e004
CHANGELOG.md
@@ -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
8
## 5.45.0 (June 04, 2024)
9
10
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "5.45.0"
11
-const ReleaseDate = "2024-06-05"
+const Version = "5.46.0"
+const ReleaseDate = "2024-06-12"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments