From c60a625478eea6ed49146877498ddbf63c575f74 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 9 Nov 2023 13:21:08 +0100 Subject: [PATCH] chore(meta): changelog for v1.15.0 Signed-off-by: Arthur Schiwon --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5de7a..0745418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.13.0 +## 1.15.0 ### Added -* Nextcloud 26 compatibility -* [Add ImpersonateEvents for SnappyMail (and others) (impersonate#180)](https://github.com/nextcloud/impersonate/pull/180) +* [Feat(deps): Add Nextcloud 28 support on master (impersonate#210)](https://github.com/nextcloud/impersonate/pull/210) + * Note for early adopters: needs at least 28 Beta 2 +* [Add info about limiting impersonation access in settings (impersonate#234)](https://github.com/nextcloud/impersonate/pull/234) ### Fixed -* [L10n: Add dots (impersonate#158)](https://github.com/nextcloud/impersonate/pull/158) -* [Fix unexpected parameter to callback (impersonate#194)](https://github.com/nextcloud/impersonate/pull/194) +* [Fix: impersonate logout (impersonate#211)](https://github.com/nextcloud/impersonate/pull/211) +* [Fix: Block group restriction which might lead to logout not working (impersonate#222)](https://github.com/nextcloud/impersonate/pull/222) +* [Fix(frontend): fix determining user id (impersonate#237)](https://github.com/nextcloud/impersonate/pull/237)