Bump version to 1.46.0 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-28 13:45:11 +00:00
parent 9cdf03ac4b
commit 30fd2b669b
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.45.17 -->
## [v1.45.17](https://github.com/chef/inspec/tree/v1.45.17) (2017-11-28)
<!-- latest_release 1.46.0 -->
## [v1.46.0](https://github.com/chef/inspec/tree/v1.46.0) (2017-11-28)
#### Bug Fixes
- file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
#### Enhancements
- allow override of attribute identifier [#2347](https://github.com/chef/inspec/pull/2347) ([chris-rock](https://github.com/chris-rock))
<!-- latest_release -->
<!-- release_rollup since=1.45.13 -->
### Changes since 1.45.13 release
#### Enhancements
- allow override of attribute identifier [#2347](https://github.com/chef/inspec/pull/2347) ([chris-rock](https://github.com/chris-rock)) <!-- 1.46.0 -->
#### Bug Fixes
- file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) <!-- 1.45.17 -->
- http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff)) <!-- 1.45.16 -->

View file

@ -1 +1 @@
1.45.17
1.46.0

View file

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