mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
Bump version to 1.49.6 by Expeditor
This commit is contained in:
parent
9b4a276e9f
commit
b11f7ea2b2
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.49.5
|
||||
1.49.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.49.5'
|
||||
VERSION = '1.49.6'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue