From e534aa2301e00883516a0b656685dc0a152e1307 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 20 Dec 2013 21:47:58 -0500 Subject: [PATCH] Version bump to v4.0.14 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89d60f0e..581d8c045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ mysql Cookbook CHANGELOG This file is used to list changes made in each version of the mysql cookbook. +v4.0.14 +------- +Fixing style cops + + v4.0.12 ------- ### Bug diff --git a/metadata.rb b/metadata.rb index dbdf61991..47aeb030e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures mysql for client or server' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.0.13' +version '4.0.14' recipe 'mysql', 'Includes the client recipe to configure a client' recipe 'mysql::client', 'Installs packages required for mysql clients using run_action magic' recipe 'mysql::server', 'Installs packages required for mysql servers w/o manual intervention'