Skip to content

Commit 4628f35

Browse files
author
Ashley Penney
committed
Prepare 2.2.1 release.
1 parent 64163db commit 4628f35

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2014-02-19 - Version 2.2.1
2+
3+
Summary:
4+
5+
Minor release that repairs mysql_database{} so that it sees the correct
6+
collation settings (it was only checking the global mysql ones, not the
7+
actual database and constantly setting it over and over since January 22nd).
8+
9+
Also fixes a bunch of tests on various platforms.
10+
111
2014-02-13 - Version 2.2.0
212

313
Summary:

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-mysql'
2-
version '2.2.0'
2+
version '2.2.1'
33
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
44
author 'Puppet Labs'
55
license 'Apache 2.0'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs/mysql",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"summary": "Manage MySQL, includes types/providers",
55
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
66
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",

0 commit comments

Comments
 (0)