summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 07:04:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 07:04:23 +0000
commit5a1bce1ca8bf3310f14632c28ed0f0e9b04ec2f9 (patch)
treeeb40283fba2bc0e3a50eb35be32a58193ea20783
parentdabd66308ac6a5d80f32d4567fdf6431428e6460 (diff)
downloadohai-5a1bce1ca8bf3310f14632c28ed0f0e9b04ec2f9.tar.gz
Bump version to 16.3.1 by Chef Expeditorv16.3.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ed6b621..f9aa6a3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.3.1 -->
+## [v16.3.1](https://github.com/chef/ohai/tree/v16.3.1) (2020-07-24)
+
+#### Merged Pull Requests
+- Remove redundant file encoding in spec [#1483](https://github.com/chef/ohai/pull/1483) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.3.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Remove redundant file encoding in spec [#1483](https://github.com/chef/ohai/pull/1483) ([tas50](https://github.com/tas50)) <!-- 16.3.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 377126f0..f15237f6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.3.0 \ No newline at end of file
+16.3.1 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 24d504cf..9aaa76cb 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 = "16.3.0".freeze
+ VERSION = "16.3.1".freeze
end