From ed25975c2c02829a94b353dd8817590d74cf3f44 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 12 Oct 2017 06:45:45 +0000 Subject: [PATCH] Bump version to 1.41.4 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 3d8b05b77..b7678b367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.41.3](https://github.com/chef/inspec/tree/v1.41.3) (2017-10-11) + +## [v1.41.4](https://github.com/chef/inspec/tree/v1.41.4) (2017-10-12) #### Merged Pull Requests -- Update the profile tempate [#2238](https://github.com/chef/inspec/pull/2238) ([nathenharvey](https://github.com/nathenharvey)) +- Fix documentation of `split` matcher [#2240](https://github.com/chef/inspec/pull/2240) ([eramoto](https://github.com/eramoto)) ### Changes since 1.41.0 release #### Merged Pull Requests +- Fix documentation of `split` matcher [#2240](https://github.com/chef/inspec/pull/2240) ([eramoto](https://github.com/eramoto)) - Update the profile tempate [#2238](https://github.com/chef/inspec/pull/2238) ([nathenharvey](https://github.com/nathenharvey)) #### Bug Fixes diff --git a/VERSION b/VERSION index febcc913a..4c316d6f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.41.3 \ No newline at end of file +1.41.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f7a81606e..a35468a82 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.41.3'.freeze + VERSION = '1.41.4'.freeze end