diff --git a/CHANGELOG.md b/CHANGELOG.md index d4788dde..f6713782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ # Fauxhai Changelog - -## UNRELEASED +## v3.1.0 - Added collection of root_group, init_package, and cpu cores to the runner - Added root_group to existing Linux systems -- Added Fedora 23, OpenSuse Leap 42.1, and CentOS 7.2.1511 +- Added Fedora 23, openSUSE Leap 42.1, and CentOS 7.2.1511 - Fixed malformed JSON in the Windows 2012 output - Updated the runner and existing platform files to represent total memory in kB not MB as the default for Ohai has been changed on Windows / Linux - Added cpu cores to all existing platform files -- Added a Rake task to validate the json of all platform files +- Added a Rake task to validate the JSON of all platform files, and enabled Travis to run this task on every PR ## v3.0.1 - Change dependency for Chef and Ohai to a development dependency. The previous dependency on Chef 12 prevented Fauxhai from working with Chefspec on pre-12 Chef releases. diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index e1932b22..6646b5e1 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = '3.0.1' + VERSION = '3.1.0' end