Bump version to 1.49.7 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-16 22:26:53 +00:00
parent 175c3e1189
commit 61a012bd8d
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.49.6 -->
## [v1.49.6](https://github.com/chef/inspec/tree/v1.49.6) (2018-01-16)
<!-- latest_release 1.49.7 -->
## [v1.49.7](https://github.com/chef/inspec/tree/v1.49.7) (2018-01-16)
#### Bug Fixes
- firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil))
#### Enhancements
- xml resource: support fetching attributes [#2423](https://github.com/chef/inspec/pull/2423) ([tarcinil](https://github.com/tarcinil))
<!-- latest_release -->
<!-- release_rollup since=1.49.2 -->
@ -14,6 +14,7 @@
- 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
- xml resource: support fetching attributes [#2423](https://github.com/chef/inspec/pull/2423) ([tarcinil](https://github.com/tarcinil)) <!-- 1.49.7 -->
- mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil)) <!-- 1.49.5 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
1.49.6
1.49.7

View file

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