diff --git a/CHANGELOG.md b/CHANGELOG.md index 82caf4d2..58c6cbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v8.5.0](https://github.com/treydock/puppet-module-keycloak/tree/v8.5.0) (2022-10-31) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v8.4.0...v8.5.0) + +### Added + +- Add db\_collate param [\#263](https://github.com/treydock/puppet-module-keycloak/pull/263) ([NITEMAN](https://github.com/NITEMAN)) + ## [v8.4.0](https://github.com/treydock/puppet-module-keycloak/tree/v8.4.0) (2022-10-26) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v8.3.0...v8.4.0) diff --git a/REFERENCE.md b/REFERENCE.md index 0b756e21..34ac41ab 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -521,6 +521,7 @@ Data type: `String` MySQL and MariaDB database collate Default value: `'utf8_general_ci'` + ##### `features` Data type: `Optional[Array[String[1]]]` diff --git a/metadata.json b/metadata.json index 311be591..2f75bacf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "8.4.0", + "version": "8.5.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",