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 14b5cac commit 12105b6Copy full SHA for 12105b6
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.7
2
* Added closing `conn.Conn` if discovery client build failure
3
* Added wrapping errors with stacktrace
4
* Added discharging banned state of `conn.Conn` on `cluster.Update` step
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "6"
+ VersionPatch = "7"
7
)
0 commit comments