From 9faccbe08ef949e4f871c2485fa113ec965511c6 Mon Sep 17 00:00:00 2001 From: Andrew Graham-Yooll Date: Thu, 6 Dec 2018 11:21:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c590b87..4b10964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -### master +### v0.1.7 + +Clean up the public API interface for Apprentice (#24) +- Implement Apprentice class. +- Built in flask app. +- No need to instantiate a flask app yourself +- Update commands and readme with new api interface + +### v0.1.6 - Add apprentice run command #20 - Add tests to cli commands. #15