From 76c4a91d3e4ac0bc4bfa72dea225051ca8156d3a Mon Sep 17 00:00:00 2001 From: sualko Date: Thu, 2 Dec 2021 15:50:13 +0100 Subject: [PATCH] docs: update change log --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b667917..18f732f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- bump max nc version to 23 +- [#184](https://github.com/sualko/cloud_bbb/issues/184) add source meta params +- add admin settings for default skip media (#176) +- [#152](https://github.com/sualko/cloud_bbb/issues/152) add option for all users to join a meeting muted (#173) + +### Fixed +- [#183](https://github.com/sualko/cloud_bbb/issues/183) replace non-ascii chars for filenames +- [#174](https://github.com/sualko/cloud_bbb/issues/174) sort recordings by date +- fix collapsible arrow +- use settings icon for room settings +- log response message for create request + +### Misc +- update dependencies ## 2.0.0 (2021-07-28) ### Added