From f0711066e7ece6fad449c9144084a8031b77f2be Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 23 Aug 2017 14:30:19 +0000 Subject: [PATCH] Bump version to 1.33.15 by Chef Expeditor --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c662cee..ecd1c8947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.33.14](https://github.com/chef/inspec/tree/v1.33.14) (2017-08-21) + +## [v1.33.15](https://github.com/chef/inspec/tree/v1.33.15) (2017-08-23) -#### Merged Pull Requests -- Add slack notifications for Travis CI builds to master [#2092](https://github.com/chef/inspec/pull/2092) ([adamleff](https://github.com/adamleff)) +#### Enhancements +- Refine the profile/test summary output of the CLI formatter [#2094](https://github.com/chef/inspec/pull/2094) ([adamleff](https://github.com/adamleff)) ### Changes since 1.33.12 release +#### Enhancements +- Refine the profile/test summary output of the CLI formatter [#2094](https://github.com/chef/inspec/pull/2094) ([adamleff](https://github.com/adamleff)) + #### Merged Pull Requests - Add slack notifications for Travis CI builds to master [#2092](https://github.com/chef/inspec/pull/2092) ([adamleff](https://github.com/adamleff)) - Update CHANGELOG (add fix author) [#2091](https://github.com/chef/inspec/pull/2091) ([n-rodriguez](https://github.com/n-rodriguez)) diff --git a/VERSION b/VERSION index 4b4258998..028dc2f2d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.14 \ No newline at end of file +1.33.15 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6158391a9..6efabdce4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.33.14'.freeze + VERSION = '1.33.15'.freeze end