From 36707f6a6653f34d96066be44baee11088a78a90 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Wed, 21 Dec 2022 11:40:43 -0500 Subject: [PATCH] Release v9.3.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9ad4b0..8eeacb9c 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). +## [v9.3.0](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.0) (2022-12-21) + +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.2.0...v9.3.0) + +### Added + +- Switch the Duo SPI used for testing and documentation [\#271](https://github.com/treydock/puppet-module-keycloak/pull/271) ([treydock](https://github.com/treydock)) + ## [v9.2.0](https://github.com/treydock/puppet-module-keycloak/tree/v9.2.0) (2022-12-19) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.1.0...v9.2.0) diff --git a/metadata.json b/metadata.json index c9829bfd..2a6d713e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "9.2.0", + "version": "9.3.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",