From 03296a1e2b72e0f4bf12ec85d54bab648d8dcc5b Mon Sep 17 00:00:00 2001 From: Haoliang Yu Date: Thu, 14 Mar 2019 17:22:51 -0400 Subject: [PATCH] add changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..58a0ae0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [0.1.0] + +This is the initial development. + +### Added +* `new`, `add`, `test`, and `serve` commands +* Koop `app` and `provider` plugin project templates