From 0b2e51c07c10ac9769f53984cf9fd09a1694fa5b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 5 Jul 2018 18:34:54 +0000 Subject: Bump version to 14.2.1 by Chef Expeditor --- CHANGELOG.md | 8 ++++++-- VERSION | 2 +- lib/ohai/version.rb | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305002c6..e6c36551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Change Log - -## Unreleased + +## [v14.2.1](https://github.com/chef/ohai/tree/v14.2.1) (2018-07-05) #### Merged Pull Requests +- Fixes for new chefstyle rules [#1211](https://github.com/chef/ohai/pull/1211) ([lamont-granquist](https://github.com/lamont-granquist)) - Bump version to 14.2.0 [#1195](https://github.com/chef/ohai/pull/1195) ([tas50](https://github.com/tas50)) ### Changes since 14.2.0 release + +#### Merged Pull Requests +- Fixes for new chefstyle rules [#1211](https://github.com/chef/ohai/pull/1211) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index 07ea9fa4..83ecc0b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.2.0 +14.2.1 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index d1ef4aca..b620d348 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -18,5 +18,5 @@ module Ohai OHAI_ROOT = File.expand_path(File.dirname(__FILE__)) - VERSION = "14.2.0".freeze + VERSION = "14.2.1".freeze end -- cgit v1.2.1