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.