From f293fd7b9b4ddfb6a8dd22aac999cfb3c7759b04 Mon Sep 17 00:00:00 2001 From: Ying Li Date: Tue, 27 Sep 2016 13:27:44 -0700 Subject: [PATCH] Bump notary version to 0.4.1 and update changelog Signed-off-by: Ying Li --- CHANGELOG.md | 7 ++++++- NOTARY_VERSION | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be970025a9..e175fb821c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [v0.4.0](https://github.com/docker/notary/releases/tag/v0.4.0) 8/11/2016 +## [v0.4.1](https://github.com/docker/notary/releases/tag/v0.4.0) 9/27/2016 ++ Only support dynamic log level changes via SIGUSR1 and SIGUSR2 in non-windows [#970](https://github.com/docker/notary/pull/970) ++ Output message to CLI when repo changes have been successfully published [#974](https://github.com/docker/notary/pull/974) ++ More friendly error messages for auth error and for witness of an invalid role [#972](https://github.com/docker/notary/pull/972) + +## [v0.4.0](https://github.com/docker/notary/releases/tag/v0.4.0) 9/21/2016 + Server-managed key rotations [#889](https://github.com/docker/notary/pull/889) + Remove `timestamp_keys` table, which stored redundant information [#889](https://github.com/docker/notary/pull/889) + Introduce `notary delete` command to delete local and/or remote repo data [#895](https://github.com/docker/notary/pull/895) diff --git a/NOTARY_VERSION b/NOTARY_VERSION index bd73f47072..267577d47e 100644 --- a/NOTARY_VERSION +++ b/NOTARY_VERSION @@ -1 +1 @@ -0.4 +0.4.1