From c491492b5f30f4a4f9f1388ce9de0381e484a65c Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Thu, 5 Oct 2017 13:55:56 -0700 Subject: [PATCH] (FM-6391) 5.0.0 release prep skip-ci --- CHANGELOG.md | 21 +++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c910bbf5e..2881e4a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Change log + +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org). + +## Supported Release [5.0.0] +### Summary +This is a major release that adds support for string translation. Currently the only supported language besides +English is Japanese. + +#### Added +- Several gem dependencies required for translation. +- Wrapping of strings that require translation. Strings in ruby code are now wrapped with `_()` and strings in puppet code with `translate()`. +- Debian 9 support + +#### Changed +- The default php_package_name for Debian and Ubuntu to `php-mysql` + ## Supported Release 4.0.1 ### Summary This is a small bugfix release that makes `mysql_install_db` optional and fixes some regular expression issues. @@ -817,3 +835,6 @@ configuration variables. ## 2011-06-03 - Dan Bode - 0.0.1 * initial commit + + +[5.0.0]:https://github.com/puppetlabs/puppetlabs-mysql/compare/4.0.1...5.0.0 diff --git a/metadata.json b/metadata.json index 3e0a6813f..af8b34721 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mysql", - "version": "4.0.1", + "version": "5.0.0", "author": "Puppet Labs", "summary": "Installs, configures, and manages the MySQL service.", "license": "Apache-2.0",