From 50a8fd7370032c11d1b4640813444e9b1c604716 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 17 Apr 2019 21:12:41 +0000 Subject: [PATCH] Bump version to 4.1.3 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 a9b41301a..4d76bbd17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.1.2](https://github.com/inspec/inspec/tree/v4.1.2) (2019-04-17) + +## [v4.1.3](https://github.com/inspec/inspec/tree/v4.1.3) (2019-04-17) -#### Merged Pull Requests -- Require Ruby 2.4 or later [#3953](https://github.com/inspec/inspec/pull/3953) ([tas50](https://github.com/tas50)) +#### Enhancements +- Use deprecation facility everywhere - v4 port [#3956](https://github.com/inspec/inspec/pull/3956) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -28,6 +28,7 @@ - Fix broken links in migration docs. [#3907](https://github.com/inspec/inspec/pull/3907) ([joshlarsen](https://github.com/joshlarsen)) #### Enhancements +- Use deprecation facility everywhere - v4 port [#3956](https://github.com/inspec/inspec/pull/3956) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Add inspec-habitat resources to website docs [#3941](https://github.com/inspec/inspec/pull/3941) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update AWS profile generation for InSpec 4 to depend on the new resou… [#3831](https://github.com/inspec/inspec/pull/3831) ([skpaterson](https://github.com/skpaterson)) diff --git a/VERSION b/VERSION index cd9b8f559..8c7fafd36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.2 \ No newline at end of file +4.1.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7e58a9c38..1a557e640 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.1.2'.freeze + VERSION = '4.1.3'.freeze end