From 14c8f9ba338e2c8133d35af84f3203393d2db8cc Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 25 Nov 2024 10:19:45 -0500 Subject: [PATCH] Release v13.2.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2110166..edae4df6 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). +## [v13.2.1](https://github.com/treydock/puppet-module-keycloak/tree/v13.2.1) (2024-11-25) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.2.0...v13.2.1) + +### Fixed + +- Allow claim\_name and json\_type\_label with script mappers [\#335](https://github.com/treydock/puppet-module-keycloak/pull/335) ([treydock](https://github.com/treydock)) + ## [v13.2.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.2.0) (2024-11-20) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v13.1.0...v13.2.0) diff --git a/metadata.json b/metadata.json index 92c2edfd..6baebd87 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "13.2.0", + "version": "13.2.1", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",