Skip to content

Commit 5d6f16c

Browse files
authored
Merge pull request #949 from nextcloud/rel/6.6.0
build(release): 6.6.0
2 parents 4b3b0fe + d7db0f3 commit 5d6f16c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 6.6.0
9+
10+
### Added
11+
12+
* [Feat(keepEmptyGroups): Add app configuration parameter to keep empty groups (user_saml#911)](https://github.com/nextcloud/user_saml/pull/911)
13+
* [Feat(settings): optional config option for sp entityId (user_saml#932)](https://github.com/nextcloud/user_saml/pull/932)
14+
15+
### Under the hood
16+
17+
* [Cleanup app bootstrap (user_saml#611)](https://github.com/nextcloud/user_saml/pull/611)
18+
* [Fix: Register the dav plugin through an event listener (user_saml#943)](https://github.com/nextcloud/user_saml/pull/943)
19+
820
## 6.5.0
921

1022
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following providers are supported and tested at the moment:
2020
* Any other provider that authenticates using the environment variable
2121
2222
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
23-
<version>6.5.0</version>
23+
<version>6.6.0</version>
2424
<licence>agpl</licence>
2525
<author>Lukas Reschke</author>
2626
<namespace>User_SAML</namespace>

0 commit comments

Comments
 (0)