Skip to content

Commit 6c8fb1b

Browse files
committed
Update changelog for 1.4.2 release
1 parent 94d7641 commit 6c8fb1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## UNRELEASED
4+
## [1.4.2] - 2017-07-25
55
### Fixed
66
- Worked around incompatibility between Netty's Unix socket support and OS X 10.11. Reinstated use of TCP-Unix Socket proxy when running on OS X prior to v10.12. (Fixes #402)
77
- Changed to use version 2.0 of the Visible Assertions library for startup pre-flight checks. This no longer has a dependency on Jansi, and is intended to resolve a JVM crash issue apparently caused by native lib version conflicts (#395). Please note that the newer ANSI code is less mature and thus has had less testing, particularly in interesting terminal environments such as Windows. If issues are encountered, coloured assertion output may be disabled by setting the system property `visibleassertions.ansi.enabled` to `true`.
@@ -320,6 +320,9 @@ All notable changes to this project will be documented in this file.
320320
## [0.9] - 2015-04-29
321321
Initial release
322322

323+
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.2
324+
[1.4.1]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.1
325+
[1.4.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.0
323326
[1.2.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.2.0
324327
[1.1.9]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.9
325328
[1.1.8]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.8

0 commit comments

Comments
 (0)