From f18bcc34eeed90687412c052aae24e9015d8b2d5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 10 Aug 2018 16:39:10 +0000 Subject: [PATCH] Bump version to 2.2.62 by Chef Expeditor --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b572477b..604d62be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v2.2.62](https://github.com/inspec/inspec/tree/v2.2.62) (2018-08-10) + +#### Merged Pull Requests +- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah)) - + +### Changes since 2.2.61 release + +#### Merged Pull Requests +- Update `only_if` to allow user specified messages. [#3267](https://github.com/inspec/inspec/pull/3267) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index 7284b0808..258e07789 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.61 \ No newline at end of file +2.2.62 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 37b1bd9c1..78ca16f34 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.61' + VERSION = '2.2.62' end