Skip to content

Commit

Permalink
Prepare for release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtDu committed Aug 4, 2023
1 parent c3e694a commit faf1be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you use this code in another project don't forget to add a `cartridge-driver`
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>cartridge-driver</artifactId>
<version>0.12.0</version>
<version>0.12.1</version>
</dependency>
```
## Advanced usage
Expand Down

0 comments on commit faf1be2

Please sign in to comment.