From b0c36317d73413d0a533afe1acee2899b0d89209 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 14 Feb 2020 14:40:10 +0100 Subject: [PATCH] bump version to 3.0.1 Signed-off-by: Arthur Schiwon --- .gitignore | 2 ++ CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4e68cb..75884dc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ 3rdparty/vendor/onelogin/php-saml/docs/ 3rdparty/vendor/onelogin/php-saml/tests/ 3rdparty/vendor/onelogin/php-saml/endpoints/ + +build diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1ab76..9f27c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.0.1 +### Added +- Add setting to specify a different signature algorithm #401 + +### Changed +- translation updates + +## 3.0.0 +### Changed +- fixed login with chrome browser #379 +- translation updates +- Make 19 compatible #380 + ## 2.4.0 ### Added - IdP initiated logout diff --git a/appinfo/info.xml b/appinfo/info.xml index ccba99c..b74a89a 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.]]> - 3.0.0 + 3.0.1 agpl Lukas Reschke User_SAML