Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 627a241

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.2.1...v9.0.0) (2022-07-20) ### Bug Fixes * use types array and dictionary instead of map ([d1d19f1](d1d19f1)) ### chore * remove deprecated mode values from ProxyFilter ([f2ec1fc](f2ec1fc)) ### Features * use authswitcher in Disco to handle MFA ([244ae9e](244ae9e)) ### BREAKING CHANGES * replace "map" in attribute config with either "array" (ArrayList) or "dictionary" (LinkedHashMap) * dropped filter MultifactorAcrs * removed support for deprecated values blacklist and whitelist
1 parent d1d19f1 commit 627a241

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [9.0.0](https://github.com/CESNET/perun-simplesamlphp-module/compare/v8.2.1...v9.0.0) (2022-07-20)
2+
3+
4+
### Bug Fixes
5+
6+
* use types array and dictionary instead of map ([d1d19f1](https://github.com/CESNET/perun-simplesamlphp-module/commit/d1d19f1fc9ac700f98dae6929a9bf49c8380be3c))
7+
8+
9+
### chore
10+
11+
* remove deprecated mode values from ProxyFilter ([f2ec1fc](https://github.com/CESNET/perun-simplesamlphp-module/commit/f2ec1fc0430c6eb84aab8abe23061ed1b1bf53fa))
12+
13+
14+
### Features
15+
16+
* use authswitcher in Disco to handle MFA ([244ae9e](https://github.com/CESNET/perun-simplesamlphp-module/commit/244ae9ee37a4f576790c14c77fde40c16cac65ae))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* replace "map" in attribute config with either "array" (ArrayList) or "dictionary" (LinkedHashMap)
22+
* dropped filter MultifactorAcrs
23+
* removed support for deprecated values blacklist and whitelist
24+
125
## [8.2.1](https://github.com/CESNET/perun-simplesamlphp-module/compare/v8.2.0...v8.2.1) (2022-07-19)
226

327

0 commit comments

Comments
 (0)