Skip to content

Commit a04e496

Browse files
committed
v3.0.12
1 parent 61d2253 commit a04e496

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

55

6+
v3.0.12
7+
-------
8+
### Bug
9+
- **[COOK-3752](https://tickets.opscode.com/browse/COOK-3752)** - mysql service fails to start in mysql::server recipe
10+
11+
612
v3.0.10
713
-------
814
- Fix a failed release attempt for v3.0.8

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 '3.0.11'
7+
version '3.0.12'
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)