From ff72d54011008cd8af92bd51dfe42f056825dadc Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 2 Aug 2017 14:44:02 +0000 Subject: [PATCH] Bump version to 1.31.8 by Chef Expeditor --- CHANGELOG.md | 5 +++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7626b156..231ce2e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log -## [v1.31.7](https://github.com/chef/inspec/tree/v1.31.7) (2017-08-02) +## [v1.31.8](https://github.com/chef/inspec/tree/v1.31.8) (2017-08-02) #### Merged Pull Requests -- Fix issue when xinetd.conf does not end in newline [#2040](https://github.com/chef/inspec/pull/2040) ([kareiva](https://github.com/kareiva)) +- catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus)) ### Changes since 1.31.1 release #### Merged Pull Requests +- catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus)) - Fix issue when xinetd.conf does not end in newline [#2040](https://github.com/chef/inspec/pull/2040) ([kareiva](https://github.com/kareiva)) - Website: Disable particle animation if users prefer reduced motion [#2023](https://github.com/chef/inspec/pull/2023) ([k-nut](https://github.com/k-nut)) - Add changelog rollover on stable promotion [#2033](https://github.com/chef/inspec/pull/2033) ([adamleff](https://github.com/adamleff)) diff --git a/VERSION b/VERSION index dc950dc7b..17b9ed424 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.31.7 \ No newline at end of file +1.31.8 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 124cb8f21..c49b9e4f7 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.31.7'.freeze + VERSION = '1.31.8'.freeze end