From befbf5308c9b2608124d597bb22b7c176ec55c08 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 26 Apr 2018 16:29:23 +0000 Subject: [PATCH] Bump version to 2.1.57 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 bf1b9e7d9..288d1e73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.56](https://github.com/chef/inspec/tree/v2.1.56) (2018-04-26) + +## [v2.1.57](https://github.com/chef/inspec/tree/v2.1.57) (2018-04-26) #### Merged Pull Requests -- Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) +- Fix case where res is nil in etc_group [#2984](https://github.com/chef/inspec/pull/2984) ([chris-rock](https://github.com/chris-rock)) ### Changes since 2.1.54 release #### Merged Pull Requests +- Fix case where res is nil in etc_group [#2984](https://github.com/chef/inspec/pull/2984) ([chris-rock](https://github.com/chris-rock)) - Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) #### Enhancements diff --git a/VERSION b/VERSION index 7ab0fb4b2..260ff3aae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.56 \ No newline at end of file +2.1.57 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9bb7263b9..fb82403b4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.56' + VERSION = '2.1.57' end