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 c69ae61 commit e8d807cCopy full SHA for e8d807c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.6
2
* Rollback moving `meta.Meta` call to conn exclusively from `internal/db` and `internal/discovery`
3
* Added `WithMeta()` discovery config option
4
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "5"
+ VersionPatch = "6"
7
)
0 commit comments