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 d184332 commit 6cf527cCopy full SHA for 6cf527c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.1
2
* Added `WithMeta()` discovery config option
3
* Fixed bug with credentials on discovery
4
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "0"
+ VersionPatch = "1"
7
)
0 commit comments