File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 6.0 .0
2
+ current_version = 6.1 .0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 6.1.0 (2020-02-28)
4
+
5
+ - Set the SameSite cookie attribute to "None"
6
+ - Add compatibility support for the SameSite attribute for incompatible
7
+ browsers
8
+ - Set the Secure attribute of the cookie, always
9
+ - Set minimum pysaml2 version to make sure we get a version patched for
10
+ CVE-2020 -5390
11
+ - Fix typos and improve documetation
12
+ - Set the session-id when state is created
13
+ - Use LinkedIn API v2
14
+
15
+
3
16
## 6.0.0 (2019-12-17)
4
17
5
18
- properly support mutliple values when converting internal attributes to OIDC
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'SATOSA' ,
9
- version = '6.0 .0' ,
9
+ version = '6.1 .0' ,
10
10
description = 'Protocol proxy (SAML/OIDC).' ,
11
11
author = 'DIRG' ,
12
12
author_email = 'satosa-dev@lists.sunet.se' ,
You can’t perform that action at this time.
0 commit comments