Skip to content

Commit 8e6d89a

Browse files
Added - Release for v4.108.1
1 parent ab5dc63 commit 8e6d89a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.108.1 (February 21, 2023)
2+
3+
### Bug Fix
4+
- Bug fix Reverted oci_marketplace_listing_package_agreement back to resource from data source
5+
6+
17
## 4.108.0 (February 15, 2023)
28

39
### 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 = "4.108.0"
11-
const ReleaseDate = "2023-02-15"
10+
const Version = "4.108.1"
11+
const ReleaseDate = "2023-02-21"
1212

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

0 commit comments

Comments
 (0)