Skip to content

Commit

Permalink
Bump version to 14.1.5 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed May 19, 2018
1 parent ec3d8b4 commit 7f2b2c9
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.1.4 -->
## [v14.1.4](https://github.com/chef/ohai/tree/v14.1.4) (2018-05-18)
<!-- latest_release 14.1.5 -->
## [v14.1.5](https://github.com/chef/ohai/tree/v14.1.5) (2018-05-19)

#### Merged Pull Requests
- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50))
- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Misc minor cleanup [#1189](https://github.com/chef/ohai/pull/1189) ([tas50](https://github.com/tas50)) <!-- 14.1.5 -->
- Fix yard parsing issues &amp; add more commments [#1187](https://github.com/chef/ohai/pull/1187) ([tas50](https://github.com/tas50)) <!-- 14.1.4 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.1.4
14.1.5
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.1.4"
VERSION = "14.1.5"
end

0 comments on commit 7f2b2c9

Please sign in to comment.