diff --git a/CHANGELOG.md b/CHANGELOG.md index 575a17a7..755cdc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ mariadb CHANGELOG ================= This file is used to list changes made in each version of the mariadb cookbook. + +0.2.9 +----- +- [BUG #36] - Audit plugin installation can crash mariadb server + 0.2.8 ----- - [BUG #30] - When using galera, nodes were not sorted, applying configuration change too often diff --git a/metadata.rb b/metadata.rb index e6da1c5b..1784681e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures MariaDB' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.2.8' +version '0.2.9' supports 'ubuntu' supports 'debian', '>= 7.0'