summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-05 18:34:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-05 18:34:54 +0000
commit0b2e51c07c10ac9769f53984cf9fd09a1694fa5b (patch)
tree2823e734d7e3874313c760ec833940b083e5b6fa
parent2c480128496711e7bdfcdb682c063af8193bfd0c (diff)
downloadohai-0b2e51c07c10ac9769f53984cf9fd09a1694fa5b.tar.gz
Bump version to 14.2.1 by Chef Expeditorv14.2.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
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
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 14.2.1 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### 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)) <!-- 14.2.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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