Skip to content

Commit

Permalink
Merge pull request #180 from blag/bump-version-3.2.0
Browse files Browse the repository at this point in the history
Bump version to 3.2.0 and update changelog
  • Loading branch information
blag committed Jul 30, 2020
2 parents 5cbebe0 + 17b6910 commit 5ec9f48
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Changelog #

## Development ##
## 3.2.0 -- 2020-07-29 ##

### News ###

* This will be the last release supporting Python 2.7, 3.5, and the PyCrypto
backend.

### Bug fixes and Improvements ###

* Use hmac.compare_digest instead of our own constant_time_string_compare #163
* Fix `to_dict` output, which should always be JSON encodeable. #139 and #165
(fixes #127 and #137)
* Require setuptools >= 39.2.0 #167 (fixes #161)
* Emit a warning when verifying with a private key #168 (fixes #53 and #142)
* Avoid loading python-ecdsa when using the cryptography backend, and pinned
python-ecdsa dependency to <0.15 #178

### Housekeeping ###

* Fixed some typos #160, #162, and #164


* Fix `to_dict` output, which should always be JSON encodeable. #139 (fixes #127 and #137)

## 3.1.0 -- 2019-12-10 ##

Expand Down
2 changes: 1 addition & 1 deletion jose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "3.1.0"
__version__ = "3.2.0"
__author__ = 'Michael Davis'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Michael Davis'
Expand Down

0 comments on commit 5ec9f48

Please sign in to comment.