From 409a71b28e582a26723435cdf63461afb859e9a1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 13 Jul 2018 19:54:25 +0000 Subject: [PATCH] Bump version to 2.2.36 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 5889cfb13..27932c365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v2.2.36](https://github.com/inspec/inspec/tree/v2.2.36) (2018-07-13) + +#### Merged Pull Requests +- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - + +### Changes since 2.2.35 release + +#### Merged Pull Requests +- docs: Fix formatting/style on InSpec DSL page [#3201](https://github.com/inspec/inspec/pull/3201) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index 9141c8daa..866ecac93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.35 \ No newline at end of file +2.2.36 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 265148ed9..cd49fb90f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.35' + VERSION = '2.2.36' end