Bump version to 1.51.3 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-31 10:16:30 +00:00
parent 689fe34cc9
commit 1b6979d362
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.51.2 -->
## [v1.51.2](https://github.com/chef/inspec/tree/v1.51.2) (2018-01-30)
<!-- latest_release 1.51.3 -->
## [v1.51.3](https://github.com/chef/inspec/tree/v1.51.3) (2018-01-31)
#### Merged Pull Requests
- add Inspec::Describe for abstract describe state [#2010](https://github.com/chef/inspec/pull/2010) ([arlimus](https://github.com/arlimus))
- apache resource: document and deprecate [#2494](https://github.com/chef/inspec/pull/2494) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.51.0 -->
### Changes since 1.51.0 release
#### Merged Pull Requests
- apache resource: document and deprecate [#2494](https://github.com/chef/inspec/pull/2494) ([adamleff](https://github.com/adamleff)) <!-- 1.51.3 -->
- add Inspec::Describe for abstract describe state [#2010](https://github.com/chef/inspec/pull/2010) ([arlimus](https://github.com/arlimus)) <!-- 1.51.2 -->
#### Enhancements

View file

@ -1 +1 @@
1.51.2
1.51.3

View file

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