summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-04 11:11:57 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-04 11:11:57 +0000
commit52933671b785a4f0db2205ded56911bcfbbe7042 (patch)
tree0db37864d1d4af3849b9c8a408299ac6cd2f8d0f
parent56b12fc006d99cc13a58dd3c0d0dca6f5354314c (diff)
downloadohai-52933671b785a4f0db2205ded56911bcfbbe7042.tar.gz
Bump version to 14.1.0 by Chef Expeditorv14.1.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/ohai/version.rb2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e255449e..ee8b7276 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 -->
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index ac64bcbc..73b7e9db 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.0.34"
+ VERSION = "14.1.0"
end