Skip to content

Commit

Permalink
v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mattray committed Oct 9, 2013
1 parent 61d2253 commit a04e496
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ mysql Cookbook CHANGELOG
This file is used to list changes made in each version of the mysql cookbook.


v3.0.12
-------
### Bug
- **[COOK-3752](https://tickets.opscode.com/browse/COOK-3752)** - mysql service fails to start in mysql::server recipe


v3.0.10
-------
- Fix a failed release attempt for v3.0.8
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 '3.0.11'
version '3.0.12'
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'
Expand Down

0 comments on commit a04e496

Please sign in to comment.