Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JCotton1123 committed Nov 18, 2016
1 parent 5f08991 commit 7a74a65
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 @@ mariadb CHANGELOG

This file is used to list changes made in each version of the mariadb cookbook.

0.2.13
------

- [BUG #125] - Add missing code to my.cnf template to deploy mysqld_safe options
- [ENH #126] - Add support for configuring skip-name-resolve

0.2.12
------
- [BUG #39] - Push gpg key adds through http/80 - Helps with firewalled installs
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/Configures MariaDB'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.12'
version '0.2.13'

supports 'ubuntu'
supports 'debian', '>= 7.0'
Expand Down

0 comments on commit 7a74a65

Please sign in to comment.