File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5 .0.0
2
+ current_version = 6 .0.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.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
+
3
13
## 5.0.0 (2019-11-07)
4
14
5
15
* Notice* : Support for python 3.5 has been dropped.
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'SATOSA' ,
9
- version = '5 .0.0' ,
9
+ version = '6 .0.0' ,
10
10
description = 'Protocol proxy (SAML/OIDC).' ,
11
11
author = 'DIRG' ,
12
12
You can’t perform that action at this time.
0 commit comments