From f456e54fa43462dcdf90d955a7c68b0cb57061cf Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Fri, 15 Apr 2016 15:26:54 -0700 Subject: [PATCH] doc(CHANGELOG.md): add changelog for beta2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce64ac..1475a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### v2.0.0-beta1 -> v2.0.0-beta2 + +#### Features + + - [`98c3647`](https://github.com/deis/minio/commit/98c364764bc058fd3ad018b7799e0cc6e2a7d268) _scripts: add CHANGELOG.md and generator script + +#### Fixes + + - [`0c71217`](https://github.com/deis/minio/commit/0c712173fead2785ee99fdba98830772819d71ee) (all): resolve build and container start issues + + +#### Maintenance + + - [`e7f7ca1`](https://github.com/deis/minio/commit/e7f7ca102b4b8944ceb7c4de61d95c07e2a142ad) Makefile: update to go-dev:0.9.1 + ### 2.0.0-alpha -> v2.0.0-beta1 #### Features