Skip to content

Commit a350167

Browse files
authored
Prepare for release 0.11.2
1 parent e691626 commit a350167

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.11.2] - 2023-05-04
6+
57
### Bugfixes
68
- Fix lack of closing when greeting fails ([#379](https://github.com/tarantool/cartridge-java/pull/379))
79
- Get rid of double executor in retrying ([#382](https://github.com/tarantool/cartridge-java/pull/382))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
3939
<dependency>
4040
<groupId>io.tarantool</groupId>
4141
<artifactId>cartridge-driver</artifactId>
42-
<version>0.11.1</version>
42+
<version>0.11.2</version>
4343
</dependency>
4444
```
4545
## Advanced usage

0 commit comments

Comments
 (0)