From a060b0ad574493d2790253b2ee06030d9a8ecb32 Mon Sep 17 00:00:00 2001 From: Trevor Vaughan Date: Sat, 19 Dec 2020 12:43:47 -0500 Subject: [PATCH] Version and changelog for 1.19.2 (#136) --- CHANGELOG.md | 5 ++++- lib/simp/beaker_helpers/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc8cde..2a72b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ +### 1.19.2 / 2020-12-19 +* Fixed: + * Fixed an issue with pfact_on + ### 1.19.1 / 2020-12-02 * Fixed: * Bumped the core puppet version to 6.X * Fixed the file_content_on method * Removed EL 6 support from the tests since the core repos are defunct * Started removing some of the puppet 4 tests - * Fixed an issue with pfact_on ### 1.19.0 / 2020-09-30 * Fixed: diff --git a/lib/simp/beaker_helpers/version.rb b/lib/simp/beaker_helpers/version.rb index 45cfbc6..94dcbd7 100644 --- a/lib/simp/beaker_helpers/version.rb +++ b/lib/simp/beaker_helpers/version.rb @@ -1,5 +1,5 @@ module Simp; end module Simp::BeakerHelpers - VERSION = '1.19.1' + VERSION = '1.19.2' end