From cae3ca6f49852402afe49ae75b3099750f852ee4 Mon Sep 17 00:00:00 2001 From: Rasheed Abdul-Aziz Date: Tue, 22 Jul 2014 12:03:35 -0400 Subject: [PATCH] Bump version to 1.0.1 --- CHANGELOG | 24 ++++++++++++++++++++++++ version | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9166adf0f..5312859e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,27 @@ +v1.0.1 Jul 22, 2014 +==================== + +* Improve documentation and made the README CF specific. + [#69192654] + [#73157760] + +* Switch to new Cloud Foundry offline dependency framework + (https://www.pivotaltracker.com/story/show/74053110) + (https://www.pivotaltracker.com/story/show/73384384) + (https://www.pivotaltracker.com/story/show/73723814) + (https://www.pivotaltracker.com/story/show/73544396) + +* Improve version imprinting + (https://www.pivotaltracker.com/story/show/73158908) + +* Use Ruby 2.1.1 for packaging + +* Fix: Bug in mercurial spec + [#73544396] + +* Fix: Offline mode should not attempt to use public networks + (https://www.pivotaltracker.com/story/show/73420832) + v1.0.0 Jun 17, 2014 =================== diff --git a/version b/version index afaf360d3..7f207341d 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file