From 0b3b5f7dc3e545aa4b006a9f88ffa74144376bb4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 20 Feb 2018 01:04:28 +0000 Subject: [PATCH] Bump version to 2.0.16 by Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c889f712f..748a3b3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.0.15](https://github.com/chef/inspec/tree/v2.0.15) (2018-02-20) + +## [v2.0.16](https://github.com/chef/inspec/tree/v2.0.16) (2018-02-20) #### Merged Pull Requests -- move /tutorial to /demo [#2700](https://github.com/chef/inspec/pull/2700) ([arlimus](https://github.com/arlimus)) +- HM Mobile IE [#2705](https://github.com/chef/inspec/pull/2705) ([hannah-radish](https://github.com/hannah-radish)) ### Changes since 1.51.18 release #### Merged Pull Requests +- HM Mobile IE [#2705](https://github.com/chef/inspec/pull/2705) ([hannah-radish](https://github.com/hannah-radish)) - move /tutorial to /demo [#2700](https://github.com/chef/inspec/pull/2700) ([arlimus](https://github.com/arlimus)) - 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)) diff --git a/VERSION b/VERSION index e6f474a03..d845ccb11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.15 \ No newline at end of file +2.0.16 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 7d5d52008..723e65f81 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.15' + VERSION = '2.0.16' end