From 24b8bcebc85884ab3651a122f15c502a7066736c Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 8 Jul 2016 22:51:43 +0200 Subject: [PATCH] Fix 0.9.19 release date --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bef1abd..622ef11 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## 0.9.19 (release date: 2017-07-08) +## 0.9.19 (release date: 2016-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.