From 83264c7a5f1b42c122751accc52c40fd45cfc60d Mon Sep 17 00:00:00 2001 From: zak39 Date: Tue, 6 Jan 2026 15:25:18 +0100 Subject: [PATCH] doc(CHANGELOG): Update CHANGELOG for v2.9.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbc142..41ca571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 2.9.0 (2026-01-06) + +### Changed + +- Support Nextcloud 32 by @smarinier in [#411](https://github.com/littleredbutton/cloud_bbb/pull/411) + +### Fix + +- Missing the send file feature to BBB menu by @smarinier in [#408](https://github.com/littleredbutton/cloud_bbb/pull/408) +- Invalid characters in recording file name by @smarinier in [#409](https://github.com/littleredbutton/cloud_bbb/pull/409) + + ## 2.8.0 (2025-05-19) ### Changed