diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbf23152..845595f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.1.42](https://github.com/chef/inspec/tree/v2.1.42) (2018-04-12) + +## [v2.1.43](https://github.com/chef/inspec/tree/v2.1.43) (2018-04-12) -#### Enhancements -- Add Cisco IOS `enable_password` support [#2905](https://github.com/chef/inspec/pull/2905) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- powershell resource: Add support line for Unix [#2952](https://github.com/chef/inspec/pull/2952) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) @@ -17,6 +17,7 @@ - Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble)) #### Merged Pull Requests +- powershell resource: Add support line for Unix [#2952](https://github.com/chef/inspec/pull/2952) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Fixes configuration for Azure integrationt tests [#2941](https://github.com/chef/inspec/pull/2941) ([dmccown](https://github.com/dmccown)) - Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski)) diff --git a/VERSION b/VERSION index f056997d2..83aa73f04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.42 \ No newline at end of file +2.1.43 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7d33a1c01..6c10e564a 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.42' + VERSION = '2.1.43' end