From aef0cdd93931909f86b81f55561bdd0dce7acd67 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 25 Jan 2019 18:15:58 +0000 Subject: [PATCH] Bump version to 3.3.13 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 a0bec9a4d..954e43b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v3.3.12](https://github.com/inspec/inspec/tree/v3.3.12) (2019-01-25) + +## [v3.3.13](https://github.com/inspec/inspec/tree/v3.3.13) (2019-01-25) -#### Bug Fixes -- iis_app_pool: Fixes error with 'should not exist' [#3740](https://github.com/inspec/inspec/pull/3740) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Drop bundler contstraint so system ruby on Jenkins can resolve [#3754](https://github.com/inspec/inspec/pull/3754) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -22,6 +22,7 @@ - Add resources for aws_billing_report and aws_billing_reports. [#2838](https://github.com/inspec/inspec/pull/2838) ([miah](https://github.com/miah)) #### Merged Pull Requests +- Drop bundler contstraint so system ruby on Jenkins can resolve [#3754](https://github.com/inspec/inspec/pull/3754) ([clintoncwolfe](https://github.com/clintoncwolfe)) - allow bundler 2.x and bump integration gems [#3723](https://github.com/inspec/inspec/pull/3723) ([lamont-granquist](https://github.com/lamont-granquist)) - Clean up unit test output [#3743](https://github.com/inspec/inspec/pull/3743) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Document additional usage of json resource [#3737](https://github.com/inspec/inspec/pull/3737) ([webframp](https://github.com/webframp)) diff --git a/VERSION b/VERSION index d0c2b19c1..050ffa736 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.12 \ No newline at end of file +3.3.13 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 268e94ca9..cab98cdf6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.3.12' + VERSION = '3.3.13' end