Skip to content

Commit

Permalink
Bump version to 14.2.2 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jul 6, 2018
1 parent 732a968 commit 5a2245d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.2.1
14.2.2
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a2245d

Please sign in to comment.