From 5c5ee194cb383be42c0d0b9fc53114fa991de564 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 25 Nov 2013 19:05:32 +0000 Subject: [PATCH 1/2] Bump version file to 0.7.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3b4b12db5a..faef31a435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.7-dev +0.7.0 From de30ffb2c3b9aa86a5abd6a40b661cec247c6dbd Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 25 Nov 2013 19:05:49 +0000 Subject: [PATCH 2/2] Add 0.7.0 Changelog entry, with notable high-level features since 0.6.0. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1042ba53a..75dd094bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.7.0 (2013-11-25) + +#### Notable features since 0.6.0 + +* Storage drivers: choose from aufs, device mapper, vfs or btrfs. +* Standard Linux support: docker now runs on unmodified linux kernels and all major distributions. +* Links: compose complex software stacks by connecting containers to each other. +* Container naming: organize your containers by giving them memorable names. +* Advanced port redirects: specify port redirects per interface, or keep sensitive ports private. +* Offline transfer: push and pull images to the filesystem without losing information. +* Quality: numerous bugfixes and small usability improvements. Significant increase in test coverage. + ## 0.6.7 (2013-11-21) #### Runtime