diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af4b74..8652250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2020-01-28 (3.1.0) + * Add support for RHEL 8 and newer Fedora versions (robertc99) + * Add missing dependency (Thodoris Sotiropoulos) + ### 2019-02-24 (3.0.0) * While this is a major release, it is totally backward compatible and only deprecates EOL platforms and versions of Puppet. diff --git a/metadata.json b/metadata.json index c4175b5..1f3350a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "sgnl05-sssd", - "version": "3.0.0", + "version": "3.1.0", "author": "sgnl05", "summary": "Install and configure SSSD", "license": "GPL-3.0+",