Skip to content

Commit 946e6cc

Browse files
committed
Release version 6.0.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 7d19b60 commit 946e6cc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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 = 5.0.0
2+
current_version = 6.0.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## 6.0.0 (2019-12-17)
4+
5+
- properly support mutliple values when converting internal attributes to OIDC
6+
claims. For all claims other than the ones define in OIDC core specification,
7+
the same values as the ones that have been set in the internal representation
8+
will be returned.
9+
- improve log handling
10+
- micro-services: Better handling of single-value attribute by LdapAttributeStore
11+
12+
313
## 5.0.0 (2019-11-07)
414

515
*Notice*: Support for python 3.5 has been dropped.

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='5.0.0',
9+
version='6.0.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)