diff --git a/Changelog.md b/Changelog.md index 35437ed..a7052e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.9.2 (release date: 2013-12-11) + + * Fixed SFTP support. Thanks Joris van de Donk! + ## 0.9.1 (release date: 2013-11-12) * Improved init process script (`/sbin/my_init`): it now handles shutdown correctly. Previously, `docker stop` would not have any effect on `my_init`, causing the whole container to be killed with SIGKILL. The new init process script gracefully shuts down all runit services, then exits. diff --git a/Makefile b/Makefile index f411cde..ebd3d94 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = phusion/baseimage -VERSION = 0.9.1 +VERSION = 0.9.2 .PHONY: all build tag_latest release