From 096c0d4d2e2cf5fef148b707a08873500c611111 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 8 Jul 2016 20:27:23 +0200 Subject: [PATCH] Prepare for 0.9.19 release --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7365d1a..bef1abd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## 0.9.19 (not yet released) +## 0.9.19 (release date: 2017-07-08) * Upgraded to Ubuntu 16.04. Thanks to Pierre Jacomet for submitting this patch. * During shutdown, repeatedly tell Runit to shutdown services in order to workaround a potential race condition in Runit itself. Closes GH-315. Thanks to Chris Kite for submitting this patch.