From aa1d3ac6c8266830005331518d77d1cf4a0987bd Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 6 Nov 2013 11:47:22 -0500 Subject: [PATCH] Version bump to v4.0.4 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ed9a7ce..2fd780484 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.4 +------ +[COOK-3952] - Adding 'recursive true' to directory resources + + v4.0.2 ------ ### BUGS diff --git a/metadata.rb b/metadata.rb index 1de258d73..9a20b4e06 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.3' +version '4.0.4' 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'