Skip to content

Commit

Permalink
Jose 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
richy committed Oct 6, 2015
1 parent bdde32a commit 17d9a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

1.0.0 (2015-10-06)
------------------
- Fixed bug in authentication tag computation (patch contributed by jaimeperez)

Important: This is a backwards incompatible change, in that tokens produced in this version will not be decipherable by tokens < 1.0.0. The jwe hash string used was changed to use an empty string rather than "." to fall in line with https://tools.ietf.org/html/rfc7518#section-5.2.2.1

0.3.0 (2015-04-10)
------------------
- Fixed critical JWT vulnerability (patch contributed by yuriikonovaliuk)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def finalize_package_data(self):
pkg_name = '-'.join((pyver.replace('.', ''), pkg_name))

setup(name=pkg_name,
version='0.3.0',
version='1.0.0',
author='Demian Brecht',
author_email='dbrecht@demonware.net',
py_modules=['jose'],
Expand Down

0 comments on commit 17d9a00

Please sign in to comment.