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 d8bc9a3 commit 9aefaceCopy full SHA for 9aeface
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.4
2
* Removed `WithMeta()` discovery config option
3
* Moved `meta.Meta` call to conn exclusively
4
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "3"
+ VersionPatch = "4"
7
)
0 commit comments