Bump version to 1.50.3 by Expeditor

This commit is contained in:
Chef Expeditor 2018-01-22 21:17:50 +00:00
parent 0d5f6e0a7e
commit c8dc5a615a
3 changed files with 8 additions and 8 deletions

View file

@ -1,18 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.50.2 -->
## [v1.50.2](https://github.com/chef/inspec/tree/v1.50.2) (2018-01-18)
#### Bug Fixes
- grub_conf resource: fix menuentry detection [#2408](https://github.com/chef/inspec/pull/2408) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release 1.50.3 -->
## [v1.50.3](https://github.com/chef/inspec/tree/v1.50.3) (2018-01-22)
#### Merged Pull Requests
- Bump version manually to trigger Habitat build [#2466](https://github.com/chef/inspec/pull/2466) ([adamleff](https://github.com/adamleff))
- Sort library files before loading them so load order is predictable [#2475](https://github.com/chef/inspec/pull/2475) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=1.50.1 -->
### Changes since 1.50.1 release
#### Merged Pull Requests
- Sort library files before loading them so load order is predictable [#2475](https://github.com/chef/inspec/pull/2475) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 1.50.3 -->
#### Bug Fixes
- grub_conf resource: fix menuentry detection [#2408](https://github.com/chef/inspec/pull/2408) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.50.2 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.50.2
1.50.3

View file

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