From 8eb559b293651256fd1743855823952a7f76484f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 15 Jun 2018 12:44:29 +0000 Subject: [PATCH] Bump version to 2.2.16 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebaa75c7e..a45860ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.15](https://github.com/inspec/inspec/tree/v2.2.15) (2018-06-14) + +## [v2.2.16](https://github.com/inspec/inspec/tree/v2.2.16) (2018-06-15) #### Merged Pull Requests -- Bump train version for inspec [#3147](https://github.com/inspec/inspec/pull/3147) ([jquick](https://github.com/jquick)) +- deprecate azure_generic_resource [#3132](https://github.com/inspec/inspec/pull/3132) ([chris-rock](https://github.com/chris-rock)) @@ -14,6 +14,7 @@ - Fix unit tests for ruby 2.5 [#3125](https://github.com/inspec/inspec/pull/3125) ([jquick](https://github.com/jquick)) #### Merged Pull Requests +- deprecate azure_generic_resource [#3132](https://github.com/inspec/inspec/pull/3132) ([chris-rock](https://github.com/chris-rock)) - Bump train version for inspec [#3147](https://github.com/inspec/inspec/pull/3147) ([jquick](https://github.com/jquick)) - Add insecure option to the automate report json [#3124](https://github.com/inspec/inspec/pull/3124) ([jquick](https://github.com/jquick)) - Add list properties back to shadow [#3140](https://github.com/inspec/inspec/pull/3140) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 070bdbbf9..c3ebe69ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.15 \ No newline at end of file +2.2.16 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 14f574e01..fa97748e5 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.15' + VERSION = '2.2.16' end