diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b111581c..89ed412e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ mysql Cookbook CHANGELOG This file is used to list changes made in each version of the mysql cookbook. +v3.0.8 +------ +### Bug +- **[COOK-3749](https://tickets.opscode.com/browse/COOK-3749)** - Fix a regression with Chef 11-specific features + + v3.0.6 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index 7ec368025..8df0843e6 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 '3.0.7' +version '3.0.8' 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'