diff --git a/CHANGELOG.md b/CHANGELOG.md index 235dd4804..cae55f8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v15.0.28](https://github.com/chef/ohai/tree/v15.0.28) (2019-01-24) + +## [v15.0.29](https://github.com/chef/ohai/tree/v15.0.29) (2019-03-15) #### Merged Pull Requests -- Chefstyle fixes for Chefstyle 0.12 [#1337](https://github.com/chef/ohai/pull/1337) ([tas50](https://github.com/tas50)) +- Parse new /proc/meminfo fields [#1340](https://github.com/chef/ohai/pull/1340) ([davide125](https://github.com/davide125)) ### Changes since 14.6.2 release #### Merged Pull Requests +- Parse new /proc/meminfo fields [#1340](https://github.com/chef/ohai/pull/1340) ([davide125](https://github.com/davide125)) - Chefstyle fixes for Chefstyle 0.12 [#1337](https://github.com/chef/ohai/pull/1337) ([tas50](https://github.com/tas50)) - Fully remove support for HP-UX [#1336](https://github.com/chef/ohai/pull/1336) ([tas50](https://github.com/tas50)) - Remove V6 plugin Struct to reduce memory consumption [#1333](https://github.com/chef/ohai/pull/1333) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 18f70bcf2..a54f473c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.28 \ No newline at end of file +15.0.29 \ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 457bca823..69f8050b9 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 = "15.0.28".freeze + VERSION = "15.0.29".freeze end