chore: bump version to 0.2.0 and update changelog

This commit is contained in:
Jan Christian Grünhage 2020-10-09 17:33:38 +02:00
parent 700f3997d0
commit fb5b74dcf6
2 changed files with 46 additions and 1 deletions

View file

@ -10,6 +10,7 @@ The format is based on [Keep a Changelog], and this project adheres to
[conventional commits]: https://www.conventionalcommits.org/en/v1.0.0/
## Overview
- [`0.2.0`](#020) _2020.10.09_
- [`0.1.6`](#016) _2020.10.02_
- [`0.1.5`](#015) _2020.09.18_
- [`0.1.4`](#014) _2020.09.17_
@ -18,6 +19,49 @@ The format is based on [Keep a Changelog], and this project adheres to
- [`0.1.1`](#011) _2020.08.14_
- [`0.1.0`](#010) _2020.08.10_
## [0.2.0]
_2020.10.09_
### Contributions
This release is made possible by the following people (in alphabetical order).
Thank you all for your contributions. Your work no matter how significant is
greatly appreciated by the community. 💖
- Jan Christian Grünhage (<jan.christian@gruenhage.xyz>)
### Changes
#### Element Role
##### Features
- **support deploying release candidates** ([`700f399`])
#### Synapse Role
##### Features
- **support deploying release candidates** ([`f2114cb`])
#### Modules
##### Features
- **add synapse_register module** ([`5af149d`])
This module uses synapse's admin API to register users. It requires the
registration shared secret from synapse's config, and allows creating
admin users too.
##### Documentation
- **improve module documentation** ([`31198df`])
## [0.1.6]
_2020.10.02_

View file

@ -1,10 +1,11 @@
namespace: famedly
name: matrix
version: 0.1.6
version: 0.2.0
readme: README.md
authors:
- Jan Christian Grünhage <jan.christian@gruenhage.xyz>
- Emmanouil Kampitakis
- Johanna Dorothea Reichmann
description: roles and modules for managing a matrix.org deployment
license:
- AGPL-3.0-only