summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-10 11:06:40 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-10 11:06:40 +0000
commit5cc8e6483589711a3b8ed95573fa9efa3eeb3b91 (patch)
tree99abf60a04548fdb147c5a92e8fa66745a9e18a9
parentb736f660956dcf81a5bf57966b5122f395627190 (diff)
downloadohai-5cc8e6483589711a3b8ed95573fa9efa3eeb3b91.tar.gz
Bump version to 14.1.1 by Chef Expeditorv14.1.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f6fd38c..6960600e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 14.1.1 -->
+## [v14.1.1](https://github.com/chef/ohai/tree/v14.1.1) (2018-05-10)
#### Merged Pull Requests
+- [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh))
- 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.1.0 -->
### Changes since 14.1.0 release
+
+#### Merged Pull Requests
+- [filesystem] Unify plugins, bring BSD into the modern age [#1181](https://github.com/chef/ohai/pull/1181) ([jaymzh](https://github.com/jaymzh)) <!-- 14.1.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 7b3b6e02..e199ade4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.1.0
+14.1.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 73b7e9db..07ae6f21 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.1.0"
+ VERSION = "14.1.1"
end