mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.46.0 by Expeditor
This commit is contained in:
parent
9cdf03ac4b
commit
30fd2b669b
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.45.17
|
||||
1.46.0
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.45.17'
|
||||
VERSION = '1.46.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue