diff --git a/Changelog.md b/Changelog.md index 8299c59..4f96a56 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.9.12 (not yet released) + + * TODO + ## 0.9.11 (release date: 2014-06-24) * Introduced the `docker-bash` tool. This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash `. See the README for details. diff --git a/Makefile b/Makefile index d0a03b8..5ad3df9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = phusion/baseimage -VERSION = 0.9.11 +VERSION = 0.9.12 .PHONY: all build test tag_latest release ssh