Skip to content

Commit

Permalink
Fix change log links and bump version (0.11.0.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se committed Aug 26, 2017
1 parent 414e351 commit 6b56e7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ The format is based on the [KeepAChangeLog] project.

[KeepAChangeLog]: http://keepachangelog.com/

## 0.11.1.0 [Unreleased]
## 0.11.1.0 [2017-08-26]

### Fixed
- [#405]: Fix generation of endpoint urls
- [#411]: Empty lists not indexable
- [#413]: Fix error when wrong response_mode requested

[#411]: https://github.com/OpenIDC/pyoidc/issues/411
[#405]: https://github.com/OpenIDC/pyoidc/issues/405
[#413]: https://github.com/OpenIDC/pyoidc/issues/413

Expand Down Expand Up @@ -43,7 +44,9 @@ The format is based on the [KeepAChangeLog] project.
- [#349]: Changed crypto algorithm used by `oic.utils.sdb.Crypt` for token encryption to Fernet. Old stored tokens are incompatible.
- [#363]: Fixed IV reuse for CookieDealer class. Replaced the encrypt-then-mac construction with a proper AEAD (AES-SIV).

[#411]: https://github.com/OpenIDC/pyoidc/issues/411
[#401]: https://github.com/OpenIDC/pyoidc/pull/401
[#386]: https://github.com/OpenIDC/pyoidc/pull/386
[#380]: https://github.com/OpenIDC/pyoidc/pull/380
[#317]: https://github.com/OpenIDC/pyoidc/pull/317
[#313]: https://github.com/OpenIDC/pyoidc/issues/313
[#387]: https://github.com/OpenIDC/pyoidc/pull/387
Expand Down
2 changes: 1 addition & 1 deletion src/oic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import random as rnd

__author__ = 'Roland Hedberg'
__version__ = '0.11.0.0'
__version__ = '0.11.0.1'


OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
Expand Down

0 comments on commit 6b56e7d

Please sign in to comment.