From 981e9ed46fe4a7217626ac069b9b11f41e7334b3 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 11 Feb 2015 14:07:53 +0800 Subject: [PATCH] Prepare for 3.14.1 cookbook release --- CHANGELOG.md | 6 +++++- metadata.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ebde5..f691836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Enhancement: [#58][]: Update mysql dependency to ~> 6.0 * Enhancement: [#61][]: Fix deprecation warning from Berkshelf +## 3.14.1 + +* Bugfix: [#69][]: Lock database dependency to = 2.3.1 + ## 3.14.0 * Bugfix: [#55][]: Lock mysql dependency to ~> 5.0 @@ -98,7 +102,7 @@ ## 3.1.1 -* Stash database connection fix for localhost MySQL setup with bind_address set to 0.0.0.0 +* Stash database connection fix for localhost MySQL setup with bind_address set to 0.0.0.0 ## 3.1.0 diff --git a/metadata.rb b/metadata.rb index 433d73a..0a136aa 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.0' +version '3.14.1' 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'