From 60177faa2403d4674a7b48184a8d6ecced814284 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 18 Jul 2018 20:55:41 +0000 Subject: [PATCH] Bump version to 2.2.39 by Chef Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0a39f04..8c96cbeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.38](https://github.com/inspec/inspec/tree/v2.2.38) (2018-07-17) + +## [v2.2.39](https://github.com/inspec/inspec/tree/v2.2.39) (2018-07-18) -#### Enhancements -- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Update hab package to use psql client [#3234](https://github.com/inspec/inspec/pull/3234) ([jquick](https://github.com/jquick)) @@ -17,6 +17,7 @@ - command resource: Allow redacting `#to_s` [#3207](https://github.com/inspec/inspec/pull/3207) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Update hab package to use psql client [#3234](https://github.com/inspec/inspec/pull/3234) ([jquick](https://github.com/jquick)) - 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 5023c5531..a78b1aaba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.38 \ No newline at end of file +2.2.39 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a8761c957..ea0762bbd 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.38' + VERSION = '2.2.39' end