Skip to content

Commit

Permalink
0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed May 6, 2024
1 parent e462ee0 commit 9350577
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Release history
***************

.. _release-0.25.0:

*Release date:* 2024-05-06


New features and enhancements
-----------------------------


Encryption
^^^^^^^^^^

* Implement ISO/TS 32003 and ISO/TS 32004, to support AES-GCM streams and
MAC authentication in encrypted PDF 2.0 documents, respectively.
MACs are turned on by default when creating documents with PDF 2.0-style
encryption.


.. _release-0.24.0:

*Release date:* 2024-04-27
Expand Down
4 changes: 2 additions & 2 deletions pyhanko/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.24.1.dev1'
__version_info__ = (0, 24, 1, 'dev1')
__version__ = '0.25.0'
__version_info__ = (0, 25, 0)

0 comments on commit 9350577

Please sign in to comment.