From f1cc0b047752f28b22a05d3c6030e13bc38da66f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 22 Apr 2019 16:50:02 +0000 Subject: [PATCH] Bump version to 4.1.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 10 ++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d76bbd17..6abe99071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.1.3](https://github.com/inspec/inspec/tree/v4.1.3) (2019-04-17) + +## [v4.1.4](https://github.com/inspec/inspec/tree/v4.1.4) (2019-04-22) -#### Enhancements -- Use deprecation facility everywhere - v4 port [#3956](https://github.com/inspec/inspec/pull/3956) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Use the upstream unf_ext again [#3963](https://github.com/inspec/inspec/pull/3963) ([tas50](https://github.com/tas50)) @@ -16,6 +16,7 @@ - Telemetry Object Model [#3928](https://github.com/inspec/inspec/pull/3928) ([miah](https://github.com/miah)) #### Merged Pull Requests +- Use the upstream unf_ext again [#3963](https://github.com/inspec/inspec/pull/3963) ([tas50](https://github.com/tas50)) - Require Ruby 2.4 or later [#3953](https://github.com/inspec/inspec/pull/3953) ([tas50](https://github.com/tas50)) - Support address matchers on interface resource [#3897](https://github.com/inspec/inspec/pull/3897) ([mattlqx](https://github.com/mattlqx)) - Test with webmock 3+ [#3939](https://github.com/inspec/inspec/pull/3939) ([tas50](https://github.com/tas50)) @@ -39,6 +40,7 @@ ## [v3.9.2](https://github.com/inspec/inspec/tree/v3.9.2) (2019-04-08) #### Merged Pull Requests +- Use the upstream unf_ext again [#3963](https://github.com/inspec/inspec/pull/3963) ([tas50](https://github.com/tas50)) - Require Ruby 2.4 or later [#3953](https://github.com/inspec/inspec/pull/3953) ([tas50](https://github.com/tas50)) - Support address matchers on interface resource [#3897](https://github.com/inspec/inspec/pull/3897) ([mattlqx](https://github.com/mattlqx)) - Test with webmock 3+ [#3939](https://github.com/inspec/inspec/pull/3939) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 8c7fafd36..9d086c6df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.3 \ No newline at end of file +4.1.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1a557e640..1055f156d 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.1.3'.freeze + VERSION = '4.1.4'.freeze end