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 c4f4b12 commit 2e6ce61Copy full SHA for 2e6ce61
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 4.86.1 (July 28, 2022)
2
+
3
+### Bug Fix
4
+- Fix module name in go.mod
5
6
## 4.86.0 (July 26, 2022)
7
8
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
9
10
-const Version = "4.86.0"
11
-const ReleaseDate = "2022-07-27"
+const Version = "4.86.1"
+const ReleaseDate = "2022-07-28"
12
13
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments