From e4223d2ba1664b5065cdf251f5f7a0d303f2e5e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 22 Mar 2022 20:22:51 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [4.0.0](https://github.com/CESNET/simplesamlphp-module-privacyidea/compare/v3.0.2...v4.0.0) (2022-03-22) ### Bug Fixes * fix disabling filter by previous filter ([34a06a8](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/34a06a839fb63fbb28ee05dffe042fe58225c84a)) ### BREAKING CHANGES * method isPrivacyIDEADisabled moved from Utils to PrivacyideaAuthProc --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e767c..213e185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0](https://github.com/CESNET/simplesamlphp-module-privacyidea/compare/v3.0.2...v4.0.0) (2022-03-22) + + +### Bug Fixes + +* fix disabling filter by previous filter ([34a06a8](https://github.com/CESNET/simplesamlphp-module-privacyidea/commit/34a06a839fb63fbb28ee05dffe042fe58225c84a)) + + +### BREAKING CHANGES + +* method isPrivacyIDEADisabled moved from Utils to PrivacyideaAuthProc + ## [3.0.2](https://github.com/CESNET/simplesamlphp-module-privacyidea/compare/v3.0.1...v3.0.2) (2022-03-22) -- GitLab