Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
azul committed Mar 10, 2021
1 parent 8ab7132 commit d8c214e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description><![CDATA[
Collectives is a Nextcloud App for activist and community projects to organize together. Come and gather in collectives to build shared knowledge.
]]></description>
<version>0.2.2</version>
<version>0.2.3</version>
<licence>AGPL</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down

0 comments on commit d8c214e

Please sign in to comment.