Skip to content

Commit 2e6ce61

Browse files
committed
Finalize changelog and release for version v4.86.1
1 parent c4f4b12 commit 2e6ce61

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.86.1 (July 28, 2022)
2+
3+
### Bug Fix
4+
- Fix module name in go.mod
5+
16
## 4.86.0 (July 26, 2022)
27

38
### 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.86.0"
11-
const ReleaseDate = "2022-07-27"
10+
const Version = "4.86.1"
11+
const ReleaseDate = "2022-07-28"
1212

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

0 commit comments

Comments
 (0)