Skip to content

Commit 244f4e2

Browse files
committed
Prepare for release 0.5.0
1 parent 2579264 commit 244f4e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.5.0] - 2022-05-18
4+
- Added ability to configure cluster from yaml (#40)
5+
- Added migrations example in tests (#42)
6+
- Added feature for creating tarantool container from sdk (#43)
7+
38
## [0.4.7] - 2022-03-24
49
- Fixed handling of instances parameter (can be passed via TARANTOOL_INSTANCES_FILE)
510
- Updated tarantool library dependencies

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>0.4.7</version>
17+
<version>0.5.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)