diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ecbd665..b4ad0f94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v1.48.7](https://github.com/chef/inspec/tree/v1.48.7) (2017-12-22) + +## [v1.48.8](https://github.com/chef/inspec/tree/v1.48.8) (2017-12-22) #### Merged Pull Requests -- Fix OWCA detection for `compliance login` [#2401](https://github.com/chef/inspec/pull/2401) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Add bonding mode matcher to bond resource [#2414](https://github.com/chef/inspec/pull/2414) ([ehanlon](https://github.com/ehanlon)) @@ -17,6 +17,7 @@ - Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Add bonding mode matcher to bond resource [#2414](https://github.com/chef/inspec/pull/2414) ([ehanlon](https://github.com/ehanlon)) - Fix OWCA detection for `compliance login` [#2401](https://github.com/chef/inspec/pull/2401) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - bugfix: default attributes for nil and false [#2410](https://github.com/chef/inspec/pull/2410) ([arlimus](https://github.com/arlimus)) - Enhance `package` resource error handling [#2388](https://github.com/chef/inspec/pull/2388) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index b1552af1b..7aa2287c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.48.7 \ No newline at end of file +1.48.8 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 037c63bcd..12f85b458 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.48.7' + VERSION = '1.48.8' end