From de2bd9aba3dd323f050c60262d982d10ade722d9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 6 Sep 2017 12:19:10 +0000 Subject: [PATCH] Bump version to 1.35.5 by Chef Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e9e59bf..17ea00d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v1.35.4](https://github.com/chef/inspec/tree/v1.35.4) (2017-09-06) + +## [v1.35.5](https://github.com/chef/inspec/tree/v1.35.5) (2017-09-06) -#### Bug Fixes -- Fix alternate path profile chaining [#2121](https://github.com/chef/inspec/pull/2121) ([trevor-vaughan](https://github.com/trevor-vaughan)) +#### Enhancements +- add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus)) @@ -15,6 +15,7 @@ - Modify linux regular expression to handle process names with spaces [#2117](https://github.com/chef/inspec/pull/2117) ([ChadScott](https://github.com/ChadScott)) #### Enhancements +- add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus)) - File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index b6f753fdf..6a64de95d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.35.4 \ No newline at end of file +1.35.5 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4737490eb..d1e779542 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.35.4'.freeze + VERSION = '1.35.5'.freeze end