diff --git a/CHANGELOG.md b/CHANGELOG.md index 6277e5e79..5b3c8d69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.0.13](https://github.com/chef/inspec/tree/v2.0.13) (2018-02-19) + +## [v2.0.14](https://github.com/chef/inspec/tree/v2.0.14) (2018-02-19) #### Merged Pull Requests -- www: fix sidebar stickiness [#2698](https://github.com/chef/inspec/pull/2698) ([arlimus](https://github.com/arlimus)) +- HM website optimization [#2699](https://github.com/chef/inspec/pull/2699) ([hannah-radish](https://github.com/hannah-radish)) ### Changes since 1.51.18 release #### Merged Pull Requests +- HM website optimization [#2699](https://github.com/chef/inspec/pull/2699) ([hannah-radish](https://github.com/hannah-radish)) - www: fix sidebar stickiness [#2698](https://github.com/chef/inspec/pull/2698) ([arlimus](https://github.com/arlimus)) - Add correct `supports platform` to resources. [#2674](https://github.com/chef/inspec/pull/2674) ([miah](https://github.com/miah)) - Fix legacy reporter output to file [#2667](https://github.com/chef/inspec/pull/2667) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index 476ede462..5ad8f21ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.13 \ No newline at end of file +2.0.14 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index cb083e551..4d56e84ad 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.13' + VERSION = '2.0.14' end