Skip to content

Commit bee9ccc

Browse files
author
Ravi Tandon
committed
Finalize changelog and release for version v3.25.0
1 parent ad29017 commit bee9ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Added
44
- Support for recovery window in backup config for Database DbSystem and DbHome resources
5+
- Support for KMS throttling and audit logs
56

67
## 3.24.1 (May 07, 2019)
78

@@ -28,7 +29,6 @@
2829
### Added
2930
- Support for `compartment_id` filter in `email_senders` and `email_suppressions` data sources
3031
- Support for import in dbHomes and dbSystems
31-
- Support for KMS throttling
3232

3333
### Fixed
3434
- Backward compatibility for compositeId in Object Storage - Objects and PARs

oci/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const Version = "3.24.0"
9+
const Version = "3.25.0"
1010

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

0 commit comments

Comments
 (0)