diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d975681..3f4a8f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog +## securesystemslib v0.24.0 + +### Added +* GPGSigner to support gpg signing via Signer interface (#341, #419) + +### Changed +* Use max salt lengths in RSA PSS signature creation & automatically verify previous/new + sigs (#422) +* Speed up canonical json encoding (#410) +* Bumped dependencies: cffi (#415), colorama (#413), cryptography (#405, #406, #414, + #417, #424, #425), ed25519 (#412) +* Changed Debian packaging metadata (#392) + +### Fixed +* Minor test fixes (#403, #420) + ## securesystemslib v0.23.0 diff --git a/setup.py b/setup.py index d73e17a9..2885d542 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.23.0', + version = '0.24.0', description = 'A library that provides cryptographic and general-purpose' ' routines for Secure Systems Lab projects at NYU', license = 'MIT',