From 1bed567c7d2c0d9fed18bb0f7f6d3c37bf2fd03d Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Wed, 13 Apr 2016 22:53:40 -0400 Subject: [PATCH] Added dates to the changelog. --- changelog.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.json b/changelog.json index d536f6c..bf83cb7 100644 --- a/changelog.json +++ b/changelog.json @@ -2,6 +2,7 @@ "versions": [ { "id": "Version 1.1", + "date": "2016-04-14", "changes": [ "Added bundle completion numbers (#40)", "'Hide Completed' toggle now hides items in completed bundles, even if the item is not checked.", @@ -11,6 +12,7 @@ }, { "id": "Version 1.0", + "date": "2016-04-13", "changes": [ "Initial Version" ]