diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a0a2eecf..b416d450a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.7.6 (2014-01-14) + +#### Builder + +* Do not follow symlink outside of build context + +#### Runtime + +- Remount bind mounts when ro is specified +* Use https for fetching docker version + +#### Other + +* Inline the test.docker.io fingerprint +* Add ca-certificates to packaging documentation + ## 0.7.5 (2014-01-09) #### Builder diff --git a/VERSION b/VERSION index 6230604d31..aaf7d6e702 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.5-dev +0.7.6-dev