From e031d26037a221aae13244a9f8d4e4f5b474f4e6 Mon Sep 17 00:00:00 2001 From: sualko Date: Tue, 29 Sep 2020 11:11:07 +0200 Subject: [PATCH] docs: update change log --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5999835..bcea9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,25 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## 1.1.0-beta.1 (2020-09-24) +## 1.1.0 (2020-09-29) ### Added - [#57](https://github.com/sualko/cloud_bbb/issues/57) add support for URL shortener - [#62](https://github.com/sualko/cloud_bbb/issues/62) create meeting activities - show access mode in room overview - show room shared icon in room overview +- add support for Nextcloud 20 ### Fixed - [#80](https://github.com/sualko/cloud_bbb/issues/80) clean up after user was deleted - [#73](https://github.com/sualko/cloud_bbb/issues/73) drop down not clickable - translate moderator message - [#78](https://github.com/sualko/cloud_bbb/issues/78) plural translation -- quoted column names +- quoted column names in sql query - unify error handling for room and restriction - [#76](https://github.com/sualko/cloud_bbb/issues/76) record deletion with scalelight +- [#85](https://github.com/sualko/cloud_bbb/issues/85) set password on room creation ### Misc - add meeting events - order imports +- update composer dependencies ## 1.0.2 (2020-09-04) ### Fixed