Skip to content

Commit b1665a6

Browse files
committed
Prepare for release 1.0.1
1 parent c43991c commit b1665a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
- Fix command template for use with the 1.x Tarantool version ([#87](https://github.com/tarantool/testcontainers-java-tarantool/issues/87))
6+
- Propagate log directory to cartridge-cli command ([#83](https://github.com/tarantool/testcontainers-java-tarantool/issues/83))
67

78
## [1.0.0] - 2023-06-16
89
- Fix problem if topology isn't applied correctly

README.md

+1-1
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.0</version>
17+
<version>1.0.1</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)