From d8c214eee0931e4a73b9e7ea3c317455e1109466 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 10 Mar 2021 10:42:43 +0100 Subject: [PATCH] Version 0.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix - ๐Ÿ‘ฅ Adding groups to a collective is now supported. Upgrade - ๐Ÿ›ก๏ธ Upgrade all vulnerable dependencies. - โœจ Upgrade all eslint releated development dependencies. - ๐Ÿš€ Use new Doctrine class name for Nextcloud 21 compatibility. Test - โœ… Add initial end-to-end tests for collectives. - ๐Ÿ”Ž Add regression test for missing circles app. --- CHANGELOG.md | 21 +++++++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..9a13157db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## 0.2.3 - 2021-03-10 + +### Fixed +- ๐Ÿ‘ฅ Adding groups to a collective is now supported. + +### Upgrades +- ๐Ÿ›ก๏ธ Upgrade all vulnerable dependencies. +- โœจ Upgrade all eslint releated development dependencies. +- ๐Ÿš€ Use new Doctrine class name for Nextcloud 21 compatibility. + +### Tests +- โœ… Add initial end-to-end tests for collectives. +- ๐Ÿ”Ž Add regression test for missing circles app. + + +## 0.2.2 - 2020-10-20 + +### Fixed +- ๐Ÿงท Handle missing circles app gracefully. diff --git a/appinfo/info.xml b/appinfo/info.xml index 353210902..cb203d233 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 0.2.2 + 0.2.3 AGPL CollectiveCloud Team Collectives