Bump version to 1.51.2 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-30 15:33:11 +00:00
parent 42ffd874de
commit 19782770db
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.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 -->

View file

@ -1 +1 @@
1.51.1
1.51.2

View file

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