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 249c29b commit 1b6c878Copy full SHA for 1b6c878
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.46.0
2
* Refactored package `log` for support typed fields in log messages
3
4
## v3.45.0
internal/meta/version.go
@@ -2,7 +2,7 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "45"
+ VersionMinor = "46"
6
VersionPatch = "0"
7
)
8
0 commit comments