From faf1be26b29644041c6da1ef505dfb32b9ef106f Mon Sep 17 00:00:00 2001 From: Artyom Dubinin Date: Fri, 4 Aug 2023 16:23:19 +0300 Subject: [PATCH] Prepare for release 0.12.1 --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0021c94c..664fbdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## [Unreleased] +## [0.12.1] - 2023-08-04 + ### Bugfixes -- Fix losing address connections in discovery if restart happens faster than discovery task ([#404](https://github.com/tarantool/cartridge-springdata/issues/404)) +- Fix losing address connections in discovery if restart happens faster than discovery task ([#404](https://github.com/tarantool/cartridge-java/issues/404)) +- Add toString in tarantool proxy entities ([#406](https://github.com/tarantool/cartridge-java/issues/406)) ## [0.12.0] - 2023-06-09 diff --git a/README.md b/README.md index 9a16b229..8b87a054 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you use this code in another project don't forget to add a `cartridge-driver` io.tarantool cartridge-driver - 0.12.0 + 0.12.1 ``` ## Advanced usage