diff --git a/CHANGELOG.md b/CHANGELOG.md index 43711ef35..104eee750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v16.10.3](https://github.com/chef/ohai/tree/v16.10.3) (2021-02-02) + +## [v16.10.4](https://github.com/chef/ohai/tree/v16.10.4) (2021-02-02) #### Merged Pull Requests -- Support more than 10 interfaces [#1606](https://github.com/chef/ohai/pull/1606) ([tas50](https://github.com/tas50)) +- network: populate pause frame config [#1607](https://github.com/chef/ohai/pull/1607) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- network: populate pause frame config [#1607](https://github.com/chef/ohai/pull/1607) ([tas50](https://github.com/tas50)) - Support more than 10 interfaces [#1606](https://github.com/chef/ohai/pull/1606) ([tas50](https://github.com/tas50)) - Detect Alam Linux with platform_family of rhel [#1608](https://github.com/chef/ohai/pull/1608) ([tas50](https://github.com/tas50)) - Update ec2_metadata to use IMDSV2 (Continued from #1457) [#1610](https://github.com/chef/ohai/pull/1610) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index a76369ae6..74887e66c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.10.3 \ No newline at end of file +16.10.4 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 26f3e3f3f..14c5fb3c6 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.10.3" + VERSION = "16.10.4" end