summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 21:04:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-06 21:04:56 +0000
commit5a2245db6bac52861bfc4e0762155cc2f60968db (patch)
tree9891fe5788b27228492d8ad409eefa869c33f7f6
parent732a968b9f78c1c0345d664d03b7cae44ec31c6b (diff)
downloadohai-5a2245db6bac52861bfc4e0762155cc2f60968db.tar.gz
Bump version to 14.2.2 by Chef Expeditorv14.2.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6c36551..9a656b74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,17 @@
# Change Log
-<!-- latest_release 14.2.1 -->
-## [v14.2.1](https://github.com/chef/ohai/tree/v14.2.1) (2018-07-05)
+<!-- latest_release 14.2.2 -->
+## [v14.2.2](https://github.com/chef/ohai/tree/v14.2.2) (2018-07-06)
#### 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))
+- Resolve several performance issues identified by Rubocop [#1208](https://github.com/chef/ohai/pull/1208) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Resolve several performance issues identified by Rubocop [#1208](https://github.com/chef/ohai/pull/1208) ([tas50](https://github.com/tas50)) <!-- 14.2.2 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 83ecc0b2..3b85ad66 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.1 \ No newline at end of file
+14.2.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index b620d348..832672b9 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.1".freeze
+ VERSION = "14.2.2".freeze
end