From 2db1ebf15383e4e45c328d3cbb34b85c64e71666 Mon Sep 17 00:00:00 2001 From: Mike Davis Date: Thu, 31 Oct 2019 15:09:49 -0700 Subject: [PATCH] Update CHANGELOG for 0.6.0 release. (#61) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ed5577..ddd0a64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.0] - October 31st, 2019 +* Adds a few more debug logs +- Updates to latest master to resolve some targeting issues +- Update make clean to clean mod cache + +### Bug Fixes +- Actually enable the impression tracking endpoint in the router + ## [0.5.0] - October 24th, 2019 - Adds GET endpoint for user-based features - Adds impression tracking for Feature Tests