Skip to content

Commit cb61acd

Browse files
committed
Prepare for release 1.1.0
1 parent f705df5 commit cb61acd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5-
- Bump testcontainers to 1.19.3
5+
## [1.1.0] - 2023-12-12
6+
7+
- Bump testcontainers to 1.19.3 ([#99](https://github.com/tarantool/testcontainers-java-tarantool/issues/99))
8+
- Remove cached rocks on cartridge image rebuilding ([#99](https://github.com/tarantool/testcontainers-java-tarantool/issues/99))
9+
- Add passing instancesFile to cartridge replicasets command ([#99](https://github.com/tarantool/testcontainers-java-tarantool/issues/99))
610

711
## [1.0.2] - 2023-11-10
812

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>1.0.2</version>
17+
<version>1.1.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)