From 9940dec0d7ec60df708f8833bc647061d6df51aa Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 12 Apr 2018 20:15:19 +0000 Subject: [PATCH] Bump version to 2.1.41 by Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e82f14a4a..dd4ec492c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.40](https://github.com/chef/inspec/tree/v2.1.40) (2018-04-12) + +## [v2.1.41](https://github.com/chef/inspec/tree/v2.1.41) (2018-04-12) -#### New Features -- Basic fields for aws_vpcs [#2930](https://github.com/chef/inspec/pull/2930) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Enhancements +- Require a key attribute for the key_rsa resource [#2891](https://github.com/chef/inspec/pull/2891) ([omar-irizarry](https://github.com/omar-irizarry)) ### Changes since 2.1.30 release #### Enhancements +- Require a key attribute for the key_rsa resource [#2891](https://github.com/chef/inspec/pull/2891) ([omar-irizarry](https://github.com/omar-irizarry)) - Ensure @params in shadow resource always has a valid value. [#2939](https://github.com/chef/inspec/pull/2939) ([miah](https://github.com/miah)) - Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble)) diff --git a/VERSION b/VERSION index 6754f7424..9d9346a1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.40 \ No newline at end of file +2.1.41 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index de7ce92f7..7bb379f80 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.40' + VERSION = '2.1.41' end