diff --git a/CHANGELOG.md b/CHANGELOG.md index ab825141..b8020504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## securesystemslib v0.32.0 + +### Added +Signer: Add public key attribute to interface (#756) +CryptoSigner: Support ecdsa keytype that is no longer in spec (#711) + +### Changed +* dependabot: Use groups, update weekly #735 +* dsse: Change Envelope.signatures type to dict (#743) +* docs: Improve user and contributor docs (#744, #745, #746, #749) + +### Fixed +* Fix check-upstream-ed25519 workflow permission #706 + ## securesystemslib v0.31.0 ### Added diff --git a/securesystemslib/__init__.py b/securesystemslib/__init__.py index a8daf5ba..b0bdac79 100755 --- a/securesystemslib/__init__.py +++ b/securesystemslib/__init__.py @@ -1,7 +1,7 @@ # pylint: disable=missing-module-docstring import logging -__version__ = "0.31.0" +__version__ = "0.32.0" # Configure a basic 'securesystemslib' top-level logger with a StreamHandler # (print to console) and the WARNING log level (print messages of type