Skip to content

Commit fdf022c

Browse files
committed
Prepare for release 1.2.0
1 parent 238c0c0 commit fdf022c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5-
## [1.1.1] - 2023-12-13
5+
## [1.2.0] - 2023-12-14
66

77
- Remove the default value for `TARANTOOL_CLUSTER_COOKIE` env variable in cartridge container.
88
Now it works like in cartridge in order of decreasing priority as directed by the user:
@@ -11,10 +11,10 @@
1111
([#55](https://github.com/tarantool/testcontainers-java-tarantool/issues/55))
1212
- **[Breaking change]** Default routerPassword has been changed from `testapp-cluster-cookie` to `secret-cluster-cookie`
1313
([#55](https://github.com/tarantool/testcontainers-java-tarantool/issues/55))
14-
- Change private to protected in TarantoolCartridgeContainer
15-
- Add support for the `TARANTOOL_VERSION` environment variable to specify the version in the image name
16-
`tarantool/tarantool:<TARANTOOL_VERSION>-centos7 when calling the constructor without arguments
17-
([#51](https://github.com/tarantool/testcontainers-java-tarantool/pull/102))
14+
- Change private modifier to protected modifier for fields and methods in TarantoolCartridgeContainer
15+
- Add `TARANTOOL_VERSION` environment variable support to TarantoolCartridgeContainer
16+
`tarantool/tarantool:<TARANTOOL_VERSION>-centos7` if image name is omitted
17+
([#102](https://github.com/tarantool/testcontainers-java-tarantool/pull/102))
1818

1919
## [1.1.0] - 2023-12-12
2020

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.1.1</version>
17+
<version>1.2.0</version>
1818
</dependency>
1919
```
2020

0 commit comments

Comments
 (0)