diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e767c8b30aa2d00ac463434ed456da863c4aa8..213e185dc9be884055cdf609e37b8fa99b96560c 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)