Skip to content

Commit aa1d3ac

Browse files
author
Sean OMeara
committed
Version bump to v4.0.4
1 parent e00effa commit aa1d3ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ mysql Cookbook CHANGELOG
33
This file is used to list changes made in each version of the mysql cookbook.
44

55

6+
v4.0.4
7+
------
8+
[COOK-3952] - Adding 'recursive true' to directory resources
9+
10+
611
v4.0.2
712
------
813
### BUGS

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures mysql for client or server'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.0.3'
7+
version '4.0.4'
88
recipe 'mysql', 'Includes the client recipe to configure a client'
99
recipe 'mysql::client', 'Installs packages required for mysql clients using run_action magic'
1010
recipe 'mysql::server', 'Installs packages required for mysql servers w/o manual intervention'

0 commit comments

Comments
 (0)