diff --git a/CHANGELOG.md b/CHANGELOG.md index 11633e272..779956d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,18 @@ # Change Log - -## [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)) + +## [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)) ### 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)) + #### Bug Fixes - grub_conf resource: fix menuentry detection [#2408](https://github.com/chef/inspec/pull/2408) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index bc603ea62..a37704abc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.50.2 \ No newline at end of file +1.50.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 779717d8e..a7171f8da 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.50.2' + VERSION = '1.50.3' end