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 4cdd105 commit 670e334Copy full SHA for 670e334
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.16.12
2
* Fixed bug with check acquire error over `ydb.IsRatelimiterAcquireError`
3
* Added full changelog link to github release description
4
internal/meta/version.go
@@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "16"
6
- VersionPatch = "11"
+ VersionPatch = "12"
7
)
0 commit comments