diff --git a/CHANGELOG b/CHANGELOG index 9611c31..a2fa3ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Mon Oct 23 2023 Steven Pritchard - 6.11.0 +- [puppetsync] Add EL9 support + * Wed Oct 11 2023 Steven Pritchard - 6.10.0 - [puppetsync] Updates for Puppet 8 - These updates may include the following: diff --git a/metadata.json b/metadata.json index 54eeb44..76559a5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-stunnel", - "version": "6.10.0", + "version": "6.11.0", "author": "SIMP Team", "summary": "manages stunnel with PKI support", "license": "Apache-2.0", @@ -50,33 +50,38 @@ "operatingsystem": "CentOS", "operatingsystemrelease": [ "8", - "7" + "7", + "9" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "8", - "7" + "7", + "9" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "8", - "7" + "7", + "9" ] }, { "operatingsystem": "Rocky", "operatingsystemrelease": [ - "8" + "8", + "9" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ - "8" + "8", + "9" ] } ],