Skip to content

Commit

Permalink
Bump version to 14.1.0 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed May 4, 2018
1 parent 56b12fc commit 5293367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.0.34 -->
## [v14.0.34](https://github.com/chef/ohai/tree/v14.0.34) (2018-05-03)
<!-- latest_release unreleased -->
## Unreleased

#### Merged Pull Requests
- Make the DMI IDs we whitelist configurable [#970](https://github.com/chef/ohai/pull/970) ([tas50](https://github.com/tas50))
- Update Release Notes for 14.1 [#1179](https://github.com/chef/ohai/pull/1179) ([thommay](https://github.com/thommay))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update Release Notes for 14.1 [#1179](https://github.com/chef/ohai/pull/1179) ([thommay](https://github.com/thommay)) <!-- 14.1.0 -->
- Make the DMI IDs we whitelist configurable [#970](https://github.com/chef/ohai/pull/970) ([tas50](https://github.com/tas50)) <!-- 14.0.34 -->
- Make the shard plugin work under FIPS by using SHA2 instead of MD5 [#1175](https://github.com/chef/ohai/pull/1175) ([coderanger](https://github.com/coderanger)) <!-- 14.0.33 -->
- Make the FIPS plugins use the new Ruby 2.5 accessor if present [#1178](https://github.com/chef/ohai/pull/1178) ([coderanger](https://github.com/coderanger)) <!-- 14.0.32 -->
Expand Down
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.34"
VERSION = "14.1.0"
end

0 comments on commit 5293367

Please sign in to comment.