From 639f80111a756a7f442b074f575a5f74ba7fda57 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 26 Mar 2026 12:20:53 +0100 Subject: [PATCH] prepare 3.2.0 Signed-off-by: Julien Veyssier --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99505d..c9aa3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 3.2.0 - 2026-03-26 + +### Added + +- Add integration tests covering real notification parsing plus topic and post search behavior @julien-nc [#98](https://github.com/nextcloud/integration_discourse/pull/98) + +### Changed + +- Move app config to lazy and sensitive values, refresh the settings form, update frontend and composer dependencies, and avoid double-encrypting the private key @julien-nc [#88](https://github.com/nextcloud/integration_discourse/pull/88) +- Update maintenance tooling with vendor-bin Psalm, npm package refreshes, Nextcloud 34 support, and PHP platform 8.2 targeting @julien-nc [#97](https://github.com/nextcloud/integration_discourse/pull/97) +- Add OAuth integration coverage, upgrade to PHPUnit 11 and phpseclib 3, improve RSA decryption safety, and clear used nonces instead of blanking them @julien-nc [#101](https://github.com/nextcloud/integration_discourse/pull/101) + ## 3.1.0 - 2025-12-03 ### Changed