diff --git a/CHANGELOG b/CHANGELOG index d4b3243..f18158d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 0.7.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 0.6.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index 1b23fa7..9b9281e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-issue", - "version": "0.6.0", + "version": "0.7.0", "author": "SIMP Team", "summary": "A SIMP Puppet module for managing /etc/issue", "license": "Apache-2.0", @@ -31,33 +31,38 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],