diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef05969..fae87dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## securesystemslib v0.14.2 + +* Re-enable OpenPGP signature verification without GnuPG (#215) + ## securesystemslib v0.14.1 * Improve logging (#212, #211) diff --git a/setup.py b/setup.py index ee3b16aa..2b491c27 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setup( name = 'securesystemslib', - version = '0.14.1', + version = '0.14.2', description = 'A library that provides cryptographic and general-purpose' ' routines for Secure Systems Lab projects at NYU', license = 'MIT',