diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f123247..3f4f16965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.0.48](https://github.com/chef/inspec/tree/v2.0.48) (2018-03-12) + +## [v2.0.49](https://github.com/chef/inspec/tree/v2.0.49) (2018-03-14) -#### Bug Fixes -- Write version_constraints as an array for inspec.lock [#2619](https://github.com/chef/inspec/pull/2619) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Sort file list for unit tests [#2812](https://github.com/chef/inspec/pull/2812) ([eramoto](https://github.com/eramoto)) @@ -17,6 +17,7 @@ - quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland)) #### Merged Pull Requests +- Sort file list for unit tests [#2812](https://github.com/chef/inspec/pull/2812) ([eramoto](https://github.com/eramoto)) - Docs: Describe support boundary between RSpec and InSpec [#2753](https://github.com/chef/inspec/pull/2753) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 252f231af..7ba882035 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.48 \ No newline at end of file +2.0.49 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 9f5590b21..ca92afc2b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.48' + VERSION = '2.0.49' end