diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe42a07..955c383b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 5.11.1 / 2020-04-07 +* Puppet module RPM logic handles `-rc0` suffix in `metadata.json` + ### 5.11.0 / 2020-03-16 * Add SIMP optional dependencies to RPM requires list diff --git a/lib/simp/rake/helpers/version.rb b/lib/simp/rake/helpers/version.rb index a299709c..9236dace 100644 --- a/lib/simp/rake/helpers/version.rb +++ b/lib/simp/rake/helpers/version.rb @@ -2,5 +2,5 @@ module Simp; end module Simp::Rake; end class Simp::Rake::Helpers - VERSION = '5.11.0' + VERSION = '5.11.1' end