Skip to content

Commit

Permalink
Release version 6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Dec 17, 2019
1 parent 7d19b60 commit 946e6cc
Show file tree
Hide file tree
Showing 3 changed files with 12 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 = 5.0.0
current_version = 6.0.0
commit = True
tag = True

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

## 6.0.0 (2019-12-17)

- properly support mutliple values when converting internal attributes to OIDC
claims. For all claims other than the ones define in OIDC core specification,
the same values as the ones that have been set in the internal representation
will be returned.
- improve log handling
- micro-services: Better handling of single-value attribute by LdapAttributeStore


## 5.0.0 (2019-11-07)

*Notice*: Support for python 3.5 has been dropped.
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='5.0.0',
version='6.0.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='satosa-dev@lists.sunet.se',
Expand Down

0 comments on commit 946e6cc

Please sign in to comment.