From 7c529db8ca88f0dd5bff500abc1d84014867481b Mon Sep 17 00:00:00 2001 From: Chris Tessmer Date: Wed, 8 Apr 2020 00:03:06 +0000 Subject: [PATCH] Prepare for 5.11.1 release --- CHANGELOG.md | 3 +++ lib/simp/rake/helpers/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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