Skip to content

Commit faf1be2

Browse files
committed
Prepare for release 0.12.1
1 parent c3e694a commit faf1be2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.12.1] - 2023-08-04
6+
57
### Bugfixes
6-
- Fix losing address connections in discovery if restart happens faster than discovery task ([#404](https://github.com/tarantool/cartridge-springdata/issues/404))
8+
- Fix losing address connections in discovery if restart happens faster than discovery task ([#404](https://github.com/tarantool/cartridge-java/issues/404))
9+
- Add toString in tarantool proxy entities ([#406](https://github.com/tarantool/cartridge-java/issues/406))
710

811
## [0.12.0] - 2023-06-09
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you use this code in another project don't forget to add a `cartridge-driver`
4141
<dependency>
4242
<groupId>io.tarantool</groupId>
4343
<artifactId>cartridge-driver</artifactId>
44-
<version>0.12.0</version>
44+
<version>0.12.1</version>
4545
</dependency>
4646
```
4747
## Advanced usage

0 commit comments

Comments
 (0)