mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 1.51.2 by Expeditor
This commit is contained in:
parent
42ffd874de
commit
19782770db
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.51.1 -->
|
||||
## [v1.51.1](https://github.com/chef/inspec/tree/v1.51.1) (2018-01-26)
|
||||
<!-- latest_release 1.51.2 -->
|
||||
## [v1.51.2](https://github.com/chef/inspec/tree/v1.51.2) (2018-01-30)
|
||||
|
||||
#### Enhancements
|
||||
- packages resource: Add `architectures` support [#2469](https://github.com/chef/inspec/pull/2469) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Merged Pull Requests
|
||||
- add Inspec::Describe for abstract describe state [#2010](https://github.com/chef/inspec/pull/2010) ([arlimus](https://github.com/arlimus))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.51.0 -->
|
||||
### Changes since 1.51.0 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- add Inspec::Describe for abstract describe state [#2010](https://github.com/chef/inspec/pull/2010) ([arlimus](https://github.com/arlimus)) <!-- 1.51.2 -->
|
||||
|
||||
#### Enhancements
|
||||
- packages resource: Add `architectures` support [#2469](https://github.com/chef/inspec/pull/2469) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.51.1 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.51.1
|
||||
1.51.2
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.51.1'
|
||||
VERSION = '1.51.2'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue