diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dccb7bf5..d7b39a208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [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)) - + +### 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)) diff --git a/VERSION b/VERSION index f1197ec38..5b0ad74a8 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 937d8c4c5..51eb60fcd 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