Skip to content

Commit 42230f5

Browse files
author
Sean OMeara
committed
Version bump to v4.0.10
1 parent 2a85fd3 commit 42230f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
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.10
7+
-------
8+
fixing metadata version error. locking to 3.0
9+
10+
611
v4.0.8
712
------
813
Locking yum dependency to '< 3'

metadata.rb

+1-1
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.9'
7+
version '4.0.10'
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)