Skip to content

Commit

Permalink
Bump version to 14.0.30 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Mar 27, 2018
1 parent 9237761 commit d2c9be9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Change Log

<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 14.0.30 -->
## [v14.0.30](https://github.com/chef/ohai/tree/v14.0.30) (2018-03-27)

#### Merged Pull Requests
- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50))
- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Add Ohai 14 release notes [#1166](https://github.com/chef/ohai/pull/1166) ([tas50](https://github.com/tas50)) <!-- 14.0.30 -->
- Exclude example output from rubocop rules &amp; remove changelog generator gem [#1169](https://github.com/chef/ohai/pull/1169) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
- Don&#39;t stacktrace if we can&#39;t shell_out to zpool [#1141](https://github.com/chef/ohai/pull/1141) ([tas50](https://github.com/tas50)) <!-- 14.0.29 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.29
14.0.30
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.0.29"
VERSION = "14.0.30"
end

0 comments on commit d2c9be9

Please sign in to comment.