add links to release tags, 0.2 will exist soon

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2016-02-23 10:10:42 -08:00
parent bc6b260eaa
commit d6d788c31b
1 changed files with 2 additions and 3 deletions

View File

@ -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)