From 5c8f9e64b48b3344802eeb4bb1def8bd24f4898d Mon Sep 17 00:00:00 2001 From: Richard North Date: Mon, 30 Apr 2018 18:26:26 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c2ff62b5dd..cc903dd6a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. -## [1.7.2] - 2018-04-30 +## UNRELEASED +### Fixed +### Changed - Add support for private repositories using docker credential stores/helpers (fixes [\#567](https://github.com/testcontainers/testcontainers-java/issues/567)) +## [1.7.2] - 2018-04-30 + ### Fixed - Add support for private repositories using docker credential stores/helpers (fixes [\#567](https://github.com/testcontainers/testcontainers-java/issues/567)) - Retry any exceptions (not just `DockerClientException`) on image pull ([\#662](https://github.com/testcontainers/testcontainers-java/issues/662))