summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 22:58:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 22:58:12 +0000
commit0804257d21af21e96a0e00bc7ea3cce9174dd013 (patch)
treee748876d7aa38318ea0d6e847f4d7e42ce203e78
parent136cf8087a186b7e45eb896430ae12cb4a4035aa (diff)
downloadohai-0804257d21af21e96a0e00bc7ea3cce9174dd013.tar.gz
Bump version to 16.13.0 by Chef Expeditorv16.13.0
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 5dccb7bf..d7b39a20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 16.13.0 -->
+## [v16.13.0](https://github.com/chef/ohai/tree/v16.13.0) (2021-04-07)
+
+#### Merged Pull Requests
+- Create os_release plugin for parsing data from /etc/os-release [#1646](https://github.com/chef/ohai/pull/1646) ([ramereth](https://github.com/ramereth))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=16.12.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Create os_release plugin for parsing data from /etc/os-release [#1646](https://github.com/chef/ohai/pull/1646) ([ramereth](https://github.com/ramereth)) <!-- 16.13.0 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index f1197ec3..5b0ad74a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.12.3 \ No newline at end of file
+16.13.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 937d8c4c..51eb60fc 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.12.3"
+ VERSION = "16.13.0"
end