From 0dd6c3680a477b42df8ba24f5199c28b18109143 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Fri, 20 Aug 2021 10:24:34 +0100 Subject: [PATCH] 0.2.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6879b..a9f8eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +Panopticon 0.2.1 (2021-08-20) +============================= + +Bug fixes +--------- + +- Fixed the wrong number of query placeholders being present in Panopticon-Aggregate. ([\#28](https://github.com/matrix-org/panopticon/pull/28)) + + +Internal changes +---------------- + +- Added tests and CI checks (using *GitHub Actions*) for Panopticon-Aggregate. ([\#29](https://github.com/matrix-org/panopticon/pull/29)) +- Added documentation for making a release of Panopticon. ([\#27](https://github.com/matrix-org/panopticon/pull/27)) +- Fixed the name of the Docker repository in the GitHub Actions workflow that builds and pushes Docker images. ([\#26](https://github.com/matrix-org/panopticon/pull/26)) +- Removed the dependency on PyYAML for Panopticon-Aggregate. ([\#30](https://github.com/matrix-org/panopticon/pull/30)) + + Panopticon 0.2.0 (2021-08-16) =============================