From 1100200f616fe080048fa49fa5942754904c32ca Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 19 Feb 2020 18:44:11 +0000 Subject: [PATCH] Bump version to 0.14.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chefstyle/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c307d7..9b529ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v0.14.2](/~https://github.com/chef/chefstyle/tree/v0.14.2) (2020-02-19) + +#### Merged Pull Requests +- enable Lint/UriEscapeUnescape [#78](/~https://github.com/chef/chefstyle/pull/78) ([lamont-granquist](/~https://github.com/lamont-granquist)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- enable Lint/UriEscapeUnescape [#78](/~https://github.com/chef/chefstyle/pull/78) ([lamont-granquist](/~https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index c39e9c5..1c16bd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 \ No newline at end of file +0.14.2 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index c570175..924ea6e 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,4 +1,4 @@ module Chefstyle - VERSION = "0.14.1".freeze + VERSION = "0.14.2".freeze RUBOCOP_VERSION = "0.75.1".freeze end