From 0233d5f60e59721eca1808fc923a1e6340f4d3a9 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Tue, 14 Aug 2018 10:41:21 -0400 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461a1d37..5876b78a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # treydock-keycloak changelog +## [3.0.0](https://github.com/treydock/puppet-module-keycloak/tree/3.0.0) (2018-08-14) +[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/2.7.1...3.0.0) + +**Merged pull requests:** + +- BREAKING: Major overhaul to support Keycloak 4.x [\#32](https://github.com/treydock/puppet-module-keycloak/pull/32) ([treydock](https://github.com/treydock)) +- Update module dependency version ranges [\#35](https://github.com/treydock/puppet-module-keycloak/pull/35) ([treydock](https://github.com/treydock)) + +**Implemented enhancements:** + +- Support Keycloak 4.x [\#31](https://github.com/treydock/puppet-module-keycloak/issues/31) + ## [2.7.1](https://github.com/treydock/puppet-module-keycloak/tree/2.7.1) (2018-08-14) [Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/2.7.0...2.7.1) diff --git a/metadata.json b/metadata.json index 9b80ffc6..674bf81b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "treydock-keycloak", - "version": "2.7.1", + "version": "3.0.0", "author": "treydock", "summary": "Keycloak Puppet module", "license": "Apache-2.0",