From d6d788c31b5bd3c061f6b713eabdcfd2b347f69b Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Tue, 23 Feb 2016 10:10:42 -0800 Subject: [PATCH] add links to release tags, 0.2 will exist soon Signed-off-by: Riyaz Faizullabhoy --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4c5f1b21..51837b6e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog -## 0.2 (2016-02-22) - +## [v0.2](https://github.com/docker/notary/releases/tag/v0.2) 2/23/2016 + 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` @@ -11,7 +10,7 @@ + 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) +## [v0.1](https://github.com/docker/notary/releases/tag/v0.1) 11/15/2015 + 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