Bump version to 1.49.2 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-04 19:39:16 +00:00
parent be9ece65b9
commit 5e0f7fd599
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.49.1 -->
## [v1.49.1](https://github.com/chef/inspec/tree/v1.49.1) (2018-01-04)
<!-- latest_release 1.49.2 -->
## [v1.49.2](https://github.com/chef/inspec/tree/v1.49.2) (2018-01-04)
#### Enhancements
- Deprecate and warn when comparing against OS name with capitals/spaces [#2397](https://github.com/chef/inspec/pull/2397) ([jquick](https://github.com/jquick))
- load local dependencies in inspec shell [#2438](https://github.com/chef/inspec/pull/2438) ([arlimus](https://github.com/arlimus))
<!-- latest_release -->
<!-- release_rollup since=1.48.0 -->
### Changes since 1.48.0 release
#### Enhancements
- load local dependencies in inspec shell [#2438](https://github.com/chef/inspec/pull/2438) ([arlimus](https://github.com/arlimus)) <!-- 1.49.2 -->
- Deprecate and warn when comparing against OS name with capitals/spaces [#2397](https://github.com/chef/inspec/pull/2397) ([jquick](https://github.com/jquick)) <!-- 1.49.1 -->
- Add platform resource and platform supports [#2393](https://github.com/chef/inspec/pull/2393) ([jquick](https://github.com/jquick)) <!-- 1.48.12 -->
- file resource: adds `Synchronize` permission to windows ACL checks [#2399](https://github.com/chef/inspec/pull/2399) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 1.48.6 -->

View file

@ -1 +1 @@
1.49.1
1.49.2

View file

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