Bump version to 1.49.6 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-16 22:21:10 +00:00
parent 9b4a276e9f
commit b11f7ea2b2
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.49.5 -->
## [v1.49.5](https://github.com/chef/inspec/tree/v1.49.5) (2018-01-16)
<!-- latest_release 1.49.6 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=1.49.2 -->
### 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)) <!-- 1.49.6 -->
#### Enhancements
- mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil)) <!-- 1.49.5 -->

View file

@ -1 +1 @@
1.49.5
1.49.6

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.49.5'
VERSION = '1.49.6'
end