Skip to content

Commit

Permalink
Merge pull request #140 from dajiaji/bump-to-v1_0_0
Browse files Browse the repository at this point in the history
Bump version up to v1.0.0.
  • Loading branch information
dajiaji committed Jun 24, 2021
2 parents 845542e + 69ba915 commit afdcb7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@ Changes
Unreleased
----------

Version 1.0.0
--------------

Released 2021-06-24

- Make MAC key can be derived with ECDH. `#139 <https://github.com/dajiaji/python-cwt/pull/139>`__
- Add RawKey for key material. `#138 <https://github.com/dajiaji/python-cwt/pull/138>`__
- Make MAC key can be derived with HKDF. `#137 <https://github.com/dajiaji/python-cwt/pull/137>`__
Expand Down
2 changes: 1 addition & 1 deletion cwt/__init__.py
Expand Up @@ -15,7 +15,7 @@
from .recipient import Recipient
from .signer import Signer

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

0 comments on commit afdcb7a

Please sign in to comment.