From fc74a85e5d2a212163ee18f36c8afa8b58f43e60 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Wed, 1 Oct 2014 11:00:04 +0200 Subject: [PATCH] Update Changelog --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4056ebb..a5c1dd3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +## 0.9.14 (release date: 2014-10-01) + + * Installed all the latest Ubuntu security updates. This patches Shellshock, among other things. + * Some documentation updates by andreamtp. + ## 0.9.13 (release date: 2014-08-22) * Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed.