Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-02-14 16:32:10 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-02-14 16:32:10 +0300
commit357d19ae0bb0b51c6879e522bbeb4d34e99d9940 (patch)
tree4a20d50ed4eed3177ea700bdc10fc5c72e801a74
parentf4195f350ac29abe7c7c0c56c7795a8280b73bcc (diff)
bump version to 2.4.2v2.4.2stable-2.4
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b1ab76f..f201416e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.4.2
+### Added
+- Add setting to specify a different signature algorithm #401
+
+## 2.4.1
+### Added
+- Handle ObjectGUID claims #391
+- added link to portal documentation #390
+- Add counting to the user backend #392
+
+###Changed
+- fixed login with chrome browser #388
+
## 2.4.0
### Added
- IdP initiated logout
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 845415cf..c39cd5c3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
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>
- <version>2.4.1</version>
+ <version>2.4.2</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>