Skip to content

Commit 233aae4

Browse files
committed
Finalize changelog and release version
1 parent 0232437 commit 233aae4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 3.19.1 (Unreleased)
1+
## 3.20.0 (Unreleased)
22

33
### Added
44
- Support for importing Buckets and Pre-authenticated requests in Object Storage
5+
- Support glob inclusion and exclusion patterns for object names allowed in Object Storage Lifecycle
6+
57

68
### Fixed
79
- Import functionality for Objects in Object Storage

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.19.0"
9+
const Version = "3.20.0"
1010

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

0 commit comments

Comments
 (0)