From a423139e2e897f6e25575ef50ed3ef80b2671701 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 22 Apr 2015 22:14:45 +0800 Subject: [PATCH] Prepare for 3.15.0 cookbook release --- CHANGELOG.md | 7 ++++++- metadata.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2f043..656e399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ * Enhancement: [#58][]: Update mysql dependency to ~> 6.0 * Enhancement: [#61][]: Fix deprecation warning from Berkshelf +## 3.15.0 + +* Enhancement: [#82][]: Default to Stash 3.8.0 and Stash Backup Client 1.8.2 + ## 3.14.4 -* Bugfix :[#79][]: Fix stash service in CentOS 7 +* Bugfix: [#79][]: Fix stash service in CentOS 7 ## 3.14.3 @@ -477,3 +481,4 @@ To switch to new defaults: [#75]: https://github.com/bflad/chef-stash/issues/75 [#77]: https://github.com/bflad/chef-stash/issues/77 [#79]: https://github.com/bflad/chef-stash/issues/79 +[#82]: https://github.com/bflad/chef-stash/issues/82 diff --git a/metadata.rb b/metadata.rb index 7ba207b..3553fbe 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Atlassian Stash' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.14.4' +version '3.15.0' recipe 'stash', 'Installs/Configures Atlassian Stash' recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash' recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'