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 a9b87c8 commit 6c5476aCopy full SHA for 6c5476a
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.47.4
2
* Disabled check of node exists with `balancers.SingleConn`
3
* Improved code with `go-critic` linter
4
* Added session info into `database/sql` event `connected`
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "47"
6
- VersionPatch = "3"
+ VersionPatch = "4"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments