From fe187a26ccc45f2240af86e405955116e2472776 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Thu, 22 Dec 2016 18:57:42 -0800 Subject: [PATCH] Update changelog with fix, tentative v0.4.3 release date Signed-off-by: Riyaz Faizullabhoy --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e531782..fc5933edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## [v0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3) 11/15/2016 +## [v0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3) 1/3/2017 + Fix build tags for static notary client binaries in linux [#1039](https://github.com/docker/notary/pull/1039) ++ Fix key import for exported delegation keys [#1067](https://github.com/docker/notary/pull/1067) ## [v0.4.2](https://github.com/docker/notary/releases/tag/v0.4.2) 9/30/2016 + Bump the cross compiler to golang 1.7.1, since [1.6.3 builds binaries that could have non-deterministic bugs in OS X Sierra](https://groups.google.com/forum/#!msg/golang-dev/Jho5sBHZgAg/cq6d97S1AwAJ) [#984](https://github.com/docker/notary/pull/984)