diff --git a/CHANGELOG.md b/CHANGELOG.md index e856d77b3..dfaa3508b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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). +## [v11.0.2](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.0.2) (2021-06-07) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.0.1...v11.0.2) + +### Fixed + +- \(bugfix\) - Pull python3-mysqldb in Debian Bullseye [\#1396](https://github.com/puppetlabs/puppetlabs-mysql/pull/1396) ([thomasgoirand](https://github.com/thomasgoirand)) +- Update xtrabackup package name for Ubuntu 20.04 [\#1387](https://github.com/puppetlabs/puppetlabs-mysql/pull/1387) ([rsynnest](https://github.com/rsynnest)) + ## [v11.0.1](https://github.com/puppetlabs/puppetlabs-mysql/tree/v11.0.1) (2021-04-19) [Full Changelog](https://github.com/puppetlabs/puppetlabs-mysql/compare/v11.0.0...v11.0.1) diff --git a/REFERENCE.md b/REFERENCE.md index 61c43a06a..505cbed76 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1649,7 +1649,7 @@ Hash a string as mysql's "PASSWORD()" function would do it #### `mysql::password(String $password)` -The mysql::password function. +Hash a string as mysql's "PASSWORD()" function would do it Returns: `String` hash The mysql password hash from the clear text password. diff --git a/metadata.json b/metadata.json index ba872ff2d..950b0d550 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mysql", - "version": "11.0.1", + "version": "11.0.2", "author": "puppetlabs", "summary": "Installs, configures, and manages the MySQL service.", "license": "Apache-2.0",