Skip to content

Commit

Permalink
Release version 6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Feb 28, 2020
1 parent b4dabe7 commit 42c1616
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.0.0
current_version = 6.1.0
commit = True
tag = True

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 6.1.0 (2020-02-28)

- Set the SameSite cookie attribute to "None"
- Add compatibility support for the SameSite attribute for incompatible
browsers
- Set the Secure attribute of the cookie, always
- Set minimum pysaml2 version to make sure we get a version patched for
CVE-2020-5390
- Fix typos and improve documetation
- Set the session-id when state is created
- Use LinkedIn API v2


## 6.0.0 (2019-12-17)

- properly support mutliple values when converting internal attributes to OIDC
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='6.0.0',
version='6.1.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='[email protected]',
Expand Down

0 comments on commit 42c1616

Please sign in to comment.