mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.47.1 by Expeditor
This commit is contained in:
parent
0dc0e3b457
commit
817a215b77
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release 1.47.1 -->
|
||||
## [v1.47.1](https://github.com/chef/inspec/tree/v1.47.1) (2017-12-05)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update rspec cli control summary to not uniq fails/skips [#2362](https://github.com/chef/inspec/pull/2362) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=1.47.0 -->
|
||||
### Changes since 1.47.0 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update rspec cli control summary to not uniq fails/skips [#2362](https://github.com/chef/inspec/pull/2362) ([jquick](https://github.com/jquick)) <!-- 1.47.1 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.47.0
|
||||
1.47.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.47.0'
|
||||
VERSION = '1.47.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue