Skip to content

Commit

Permalink
Merge pull request #145 from dajiaji/bump-to-v1_1_0
Browse files Browse the repository at this point in the history
Bump version up to v1.1.0.
  • Loading branch information
dajiaji authored Jun 27, 2021
2 parents 8816782 + 0e7e856 commit b4b530a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changes
Unreleased
----------

Version 1.1.0
--------------

Released 2021-06-27

- Add context support to Recipient.from_jwk(). `#144 <https://github.com/dajiaji/python-cwt/pull/144>`__
- Disable auto salt generation in the case of ECDH-ES. `#143 <https://github.com/dajiaji/python-cwt/pull/143>`__
- Add support for auto salt generation. `#142 <https://github.com/dajiaji/python-cwt/pull/142>`__
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .recipient import Recipient
from .signer import Signer

__version__ = "1.0.0"
__version__ = "1.1.0"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
Expand Down

0 comments on commit b4b530a

Please sign in to comment.