Skip to content

Commit

Permalink
Release v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Oct 31, 2022
1 parent 52e029d commit 716af1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ Data type: `String`
MySQL and MariaDB database collate

Default value: `'utf8_general_ci'`

##### <a name="features"></a>`features`

Data type: `Optional[Array[String[1]]]`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 716af1c

Please sign in to comment.