diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..ad4c5f1b21 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.2 (2016-02-22) + ++ Add support for delegation roles in `notary` server and client ++ Add `notary CLI` commands for managing delegation roles: `notary delegation` ++ Enhance `notary CLI` commands for adding targets to delegation roles: `notary add --roles` ++ Add consistent download functionality to download metadata and content by checksum ++ Update `docker-compose` configuration to use official mariadb image, deprecate `notarymysql`, and use separate databases for `notary-server` and `notary-signer` ++ Add `notary CLI` command for changing private key passphrases: `notary key passwd` ++ Enhance `notary CLI` commands for importing and exporting keys ++ Change default `notary CLI` log level to fatal, introduce new verbose (error-level) and debug-level settings + +## 0.1 (2015-11-15) ++ Initial non-alpha `notary` version ++ Implement TUF (the update framework) with support for root, targets, snapshot, and timestamp roles ++ Add PKCS11 interface to store and sign with keys in HSMs (i.e. Yubikey) \ No newline at end of file