From 274b1764351167025344e3055e8c2e3daec33b4e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 12 Feb 2019 03:26:36 +0000 Subject: [PATCH] Bump version to 3.6.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 c4f9e7432..7dfadc351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.6.5](https://github.com/inspec/inspec/tree/v3.6.5) (2019-02-11) + +## [v3.6.6](https://github.com/inspec/inspec/tree/v3.6.6) (2019-02-12) #### Merged Pull Requests -- Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Update CONTRIBUTING for CI [#3809](https://github.com/inspec/inspec/pull/3809) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 3.6.4 release #### Merged Pull Requests +- Update CONTRIBUTING for CI [#3809](https://github.com/inspec/inspec/pull/3809) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index b55f10804..813ed361e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.5 \ No newline at end of file +3.6.6 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 10b4e697f..c11b11592 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.6.5' + VERSION = '3.6.6' end