From 2742d7c64eae45da3ffc119391d7c3abdaa042d7 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Wed, 13 Apr 2016 22:06:36 -0400 Subject: [PATCH] Added a json file of changes. --- changelog.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog.json diff --git a/changelog.json b/changelog.json new file mode 100644 index 0000000..96d5c17 --- /dev/null +++ b/changelog.json @@ -0,0 +1,10 @@ +{ + "versions": [ + { + "id": "Version 1.00", + "changes": [ + "Initial Version" + ] + } + ] +}