diff --git a/AUTHORS b/AUTHORS index bede2f71..4797fd41 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,8 @@ Ivan Bannikov Ivan Sopov Dmitry Voronkov anatennis +Nikolay Belonogov +valery1707 NOTE: If you can commit a change to this list, please do not hesitate to add your name to it. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eacd0b7..427709fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,7 @@ ## [Unreleased] -### Bugfixes - -- Fix Instant converter to parse 8 bytes datetime ([#408](https://github.com/tarantool/cartridge-java/issues/408)) -- Fix infinite loop when retrying to get a connection ([#440](https://github.com/tarantool/cartridge-java/issues/440)) +## [0.13.0] - 2023-11-16 ### Internal and API changes @@ -15,6 +12,11 @@ - Change using of proxy client parameters (`mode`, `rollback_on_error`, `stop_on_error`) with enum classes ([#419](https://github.com/tarantool/cartridge-java/issues/419)) - Change using of option names with the String type in the internal API to using with the ProxyOption enum class ([#420](https://github.com/tarantool/cartridge-java/issues/420)) +### Bugfixes + +- Fix Instant converter to parse 8 bytes datetime ([#408](https://github.com/tarantool/cartridge-java/issues/408)) +- Fix infinite loop when retrying to get a connection ([#440](https://github.com/tarantool/cartridge-java/issues/440)) + ## [0.12.1] - 2023-08-04 ### Bugfixes diff --git a/README.md b/README.md index 1abcc512..331debcb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you use this code in another project don't forget to add a `cartridge-driver` io.tarantool cartridge-driver - 0.12.1 + 0.13.0 ``` ## Advanced usage