Skip to content

Commit 42c1616

Browse files
committed
Release version 6.1.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent b4dabe7 commit 42c1616

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.0.0
2+
current_version = 6.1.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 6.0.0 (2019-12-17)
417

518
- properly support mutliple values when converting internal attributes to OIDC

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='6.0.0',
9+
version='6.1.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)