From 3786219bf1a1784e901514cc558c294efc5dc505 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Sep 2018 20:21:52 +0000 Subject: [PATCH] Bump version to 2.2.111 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 7bfc87ee4..4c7ae2a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.110](https://github.com/inspec/inspec/tree/v2.2.110) (2018-09-18) + +## [v2.2.111](https://github.com/inspec/inspec/tree/v2.2.111) (2018-09-18) -#### Merged Pull Requests -- Move inspec init to v2 plugins [#3407](https://github.com/inspec/inspec/pull/3407) ([jquick](https://github.com/jquick)) +#### New Features +- Update AWS Security Group to work with IPV6 rules. [#3394](https://github.com/inspec/inspec/pull/3394) ([MartinLogan](https://github.com/MartinLogan)) @@ -15,6 +15,7 @@ - Plugins: Add support for 'bundles' migration [#3384](https://github.com/inspec/inspec/pull/3384) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### New Features +- Update AWS Security Group to work with IPV6 rules. [#3394](https://github.com/inspec/inspec/pull/3394) ([MartinLogan](https://github.com/MartinLogan)) - Added db_name flag [#3383](https://github.com/inspec/inspec/pull/3383) ([kdoores](https://github.com/kdoores)) #### Merged Pull Requests diff --git a/VERSION b/VERSION index ac0b42123..5a2a88b06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.110 \ No newline at end of file +2.2.111 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 27843421c..98b2715ce 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.110' + VERSION = '2.2.111' end