Skip to content

Commit

Permalink
Release v3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Apr 7, 2022
1 parent a48e0ce commit cfa1099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v3.18.3
* Added `WithPanicCallback` option to all service configs (discovery, coordination, ratelimiter, scheme, scripting, table) and auto-applying from `ydb.WithPanicCallback`
* Added panic recovering (if defined `ydb.WithPanicCallback` option) which thrown from retry operation

Expand Down
2 changes: 1 addition & 1 deletion internal/meta/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package meta
const (
VersionMajor = "3"
VersionMinor = "18"
VersionPatch = "2"
VersionPatch = "3"
)

0 comments on commit cfa1099

Please sign in to comment.