diff --git a/CHANGELOG.md b/CHANGELOG.md index ad81c8269..980c51363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.40](https://github.com/inspec/inspec/tree/v2.2.40) (2018-07-19) + +## [v2.2.41](https://github.com/inspec/inspec/tree/v2.2.41) (2018-07-19) -#### Enhancements -- Ensure resources fail that target something that isn't supported [#3231](https://github.com/inspec/inspec/pull/3231) ([miah](https://github.com/miah)) +#### New Features +- Add Alpine package provider [#3215](https://github.com/inspec/inspec/pull/3215) ([damacus](https://github.com/damacus)) @@ -15,6 +15,7 @@ - Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### New Features +- Add Alpine package provider [#3215](https://github.com/inspec/inspec/pull/3215) ([damacus](https://github.com/damacus)) - command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests diff --git a/VERSION b/VERSION index 7a033c079..93ae0a09c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.40 \ No newline at end of file +2.2.41 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index adb5edb9c..4ab5d86a4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.40' + VERSION = '2.2.41' end