From 19543dc1fa2c9c706466e195becc4855499d0cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 5 Feb 2021 14:27:50 +0100 Subject: [PATCH] chore: update changelog for next release --- frontend/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 78b1480b6d..ffa9b8909c 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. + +# 3.11.0 +- feat: Addon support from UI (#236) +- fix: Use type and value from action to remove tag (#238) +- fix: add missing space (#239) +- fix: error in snapshot + # 3.10.0 - feat: Can now deprecate and reactivate strategies (#235) + # 3.9.1 - fix: Tags viewable on archived features (#233)