From b11f7ea2b20bff6822e6c923f2aa418a779497e8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 16 Jan 2018 22:21:10 +0000 Subject: [PATCH] Bump version to 1.49.6 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 91fffd61a..78094fd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.49.5](https://github.com/chef/inspec/tree/v1.49.5) (2018-01-16) + +## [v1.49.6](https://github.com/chef/inspec/tree/v1.49.6) (2018-01-16) -#### Enhancements -- mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil)) +#### Bug Fixes +- firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil)) ### Changes since 1.49.2 release +#### Bug Fixes +- firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil)) + #### Enhancements - mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil)) diff --git a/VERSION b/VERSION index 1e442b9a4..4975129c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.49.5 \ No newline at end of file +1.49.6 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 3fe5b9682..208da1ab3 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.49.5' + VERSION = '1.49.6' end