Skip to content

Commit

Permalink
0.23.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasValvekens committed Mar 25, 2024
1 parent 0c14dfe commit d91fa4c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ Release history
***************


.. _release-0.23.2:

*Release date:* 2024-03-25


Dependency changes
------------------

* Upgraded ``certomancer`` dependency for tests to ``0.12.0``.
* Upgraded ``pytest-asyncio`` tot ``0.23.6``.


Bugs fixed
----------

* Fix handling of "OAEP preferred" flag when encrypting documents with a public key.
* Fix endianness issue when reading & writing permissions in documents encrypted with a public key.
* Tolerate **AcroForm**s without a **Fields** entry.
* Increase resilience against issues with ``oscrypto``.


.. _release-0.23.1:

*Release date:* 2024-03-14
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.23.2.dev1'
__version_info__ = (0, 23, 2, 'dev1')
__version__ = '0.23.2'
__version_info__ = (0, 23, 2)

0 comments on commit d91fa4c

Please sign in to comment.