From c5130621f3d5457cffd4aa790d659b3d3f4b073c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 14 Nov 2017 04:05:43 +0000 Subject: [PATCH] Bump version to 1.45.4 by Expeditor --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8a72be5..ef55d3822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.45.3](https://github.com/chef/inspec/tree/v1.45.3) (2017-11-14) + +## [v1.45.4](https://github.com/chef/inspec/tree/v1.45.4) (2017-11-14) -#### Merged Pull Requests -- Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto)) +#### Enhancements +- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff)) ### Changes since 1.44.8 release +#### Enhancements +- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff)) + #### Merged Pull Requests - Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto)) - Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff)) diff --git a/VERSION b/VERSION index aba6507c1..54d99af63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.45.3 \ No newline at end of file +1.45.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5dff53471..4bf78a8c5 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.45.3'.freeze + VERSION = '1.45.4'.freeze end