From 26e4251d931db25190faa04def35ff5ca3600b7b Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Sat, 19 Oct 2024 11:29:19 -0400 Subject: [PATCH] Release v12.1.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245db820..ffa39803 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). +## [v12.1.1](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.1) (2024-10-19) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.0...v12.1.1) + +### Fixed + +- Fix ldap user provider parent\_id lookup [\#319](https://github.com/treydock/puppet-module-keycloak/pull/319) ([aba-zwicker](https://github.com/aba-zwicker)) + ## [v12.1.0](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.0) (2024-08-25) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.0.0...v12.1.0) diff --git a/metadata.json b/metadata.json index f4ddeab0..cefc1c4c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "12.1.0", + "version": "12.1.1", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",