From 3e148ecbbd220161a79a880d9947f4dea5a60ac8 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sat, 29 Jun 2019 10:01:21 +0200 Subject: [PATCH] Changelog for v2.2.0 --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9037de7bf4..3201b80ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog +## v2.2.0 - 2019-06-29 + +### Features + +* **Login**: Redirect to authentication provider automatically if only one provider is active. + +### Bugfixes + +* **GraphQL**: Fix a bug in styles that prevented to autocomplete to show properly + ## v2.1.0 - 2019-06-22 -## Features +### Features * **Assets**: Parameter to prevent download in Browser. * **Assets**: FTP asset store. @@ -19,7 +29,7 @@ * **UI**: Dropdown field for references. * **Users**: Email notifications when contributors is added. -## Bugfixes +### Bugfixes * **Contents**: Fix for scheduled publishing. * **GraphQL**: Fix query parameters for assets. @@ -30,11 +40,11 @@ ## v2.0.5 - 2019-04-21 -## Features +### Features * **UI**: Sort content by clicking on the table header. -## Bugfixes +### Bugfixes * **UI**: Fix publish button in content context menu.