We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e691626 commit a350167Copy full SHA for a350167
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.11.2] - 2023-05-04
6
+
7
### Bugfixes
8
- Fix lack of closing when greeting fails ([#379](https://github.com/tarantool/cartridge-java/pull/379))
9
- Get rid of double executor in retrying ([#382](https://github.com/tarantool/cartridge-java/pull/382))
README.md
@@ -39,7 +39,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
39
<dependency>
40
<groupId>io.tarantool</groupId>
41
<artifactId>cartridge-driver</artifactId>
42
- <version>0.11.1</version>
+ <version>0.11.2</version>
43
</dependency>
44
```
45
## Advanced usage
0 commit comments