Skip to content

Commit

Permalink
Bump version to 14.2.4 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 2e284fa commit c8d07d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 14.2.3 -->
## [v14.2.3](https://github.com/chef/ohai/tree/v14.2.3) (2018-07-06)
<!-- latest_release 14.2.4 -->
## [v14.2.4](https://github.com/chef/ohai/tree/v14.2.4) (2018-07-06)

#### Merged Pull Requests
- Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50))
- Remove the outdated manpage [#1217](https://github.com/chef/ohai/pull/1217) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release

#### Merged Pull Requests
- Remove the outdated manpage [#1217](https://github.com/chef/ohai/pull/1217) ([tas50](https://github.com/tas50)) <!-- 14.2.4 -->
- Properly detect Amazon Linux 2 final release platform version [#1214](https://github.com/chef/ohai/pull/1214) ([tas50](https://github.com/tas50)) <!-- 14.2.3 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.2.3
14.2.4
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.3".freeze
VERSION = "14.2.4".freeze
end

0 comments on commit c8d07d3

Please sign in to comment.