* Fixed a deprecation warning with jeepney 0.8. Thanks to Sam McKelvie for the pull request!
3.3.1
===============================
* Fixed a deprecation warning from cryptography module. Thanks to Jante Jomppanen for the pull request! * Added a :PEP:`561` ``py.typed`` file to declare typing support.
3.3.0
===============================
* Use new-style Jeepney blocking I/O API. Thanks Thomas Kluyver for the pull request! * Python ≥ 3.6 and Jeepney ≥ 0.6 are now required.
3.2.0
===============================
* Added helper function ``check_service_availability`` for checking if the Secret Service daemon is available without using it.
3.1.2
===============================
* Updated the docs to describe how to close the D-Bus connection after use. * For secrets of wrong type, a TypeError is now raised [`20`_].