diff --git a/CHANGELOG.md b/CHANGELOG.md index 531cb84..4fd0559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Development +## v0.2.0 (2021-01-21) * Added new resources `ipa::user` and `ipa_user` to manage IPA users and their home directories. Contributed by Nick Maludy (@nmaludy) diff --git a/metadata.json b/metadata.json index dbb6136..54dd325 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "encore-ipa", - "version": "0.1.1", + "version": "0.2.0", "author": "Encore Technologies", "summary": "Manages IPA servers and clients.", "license": "Apache-2.0", @@ -48,7 +48,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 <= 6.0.0" + "version_requirement": ">= 4.7.0 <= 7.0.0" } ], "pdk-version": "1.18.1",