Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Apr 30, 2018
1 parent 3c9db99 commit 5c8f9e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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))
Expand Down

0 comments on commit 5c8f9e6

Please sign in to comment.