From 59d3e085a8ad2377e810d92be45e3dea4a8a5e0d Mon Sep 17 00:00:00 2001 From: Ivar Date: Sat, 11 Feb 2017 11:43:37 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d7ab27e8..650bd6c772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.1.0 +- Provide a set of defined activation strategies: + - applicationHostname + - gradualRolloutRandom + - gradualRolloutSessionId + - gradualRolloutUserId + - remoteAddress + - userWithId + +## 2.0.4 +- bump unleash-frontend which includes a lot of UI improvements and bug-fixes. +- Fix error message when trying to create a archived feature toggle. + ## 2.0.0 (January 2017) - Support multiple strategies. This makes it easy to use multiple activation strategies in combination.