Skip to content

Commit

Permalink
Update changelog for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Dec 19, 2017
1 parent b7bd98b commit 95bbecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.5.1] - 2017-12-19

### Fixed
- Fixed problem with case-sensitivity when checking internal port. ([\#524](https://github.com/testcontainers/testcontainers-java/pull/524))
- Add retry logic around checkExposedPort pre-flight check for improved robustness ([\#513](https://github.com/testcontainers/testcontainers-java/issues/513))
Expand Down Expand Up @@ -366,7 +368,8 @@ All notable changes to this project will be documented in this file.
## [0.9] - 2015-04-29
Initial release

[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.5.0
[1.5.1]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.5.1
[1.5.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.5.0
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.3
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.2
[1.4.1]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.1
Expand Down

0 comments on commit 95bbecc

Please sign in to comment.