From 90d93c2ca1256a61f1ff4aacd5805dd8494c435c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 15 Oct 2018 16:09:59 +0000 Subject: [PATCH] Bump version to 2.3.25 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 f73d07bb6..44bdb5ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v2.3.25](https://github.com/inspec/inspec/tree/v2.3.25) (2018-10-15) + +#### Merged Pull Requests +- Change `Inspec ` to `InSpec ` where appropriate [#3494](https://github.com/inspec/inspec/pull/3494) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - + +### Changes since 2.3.24 release + +#### Merged Pull Requests +- Change `Inspec ` to `InSpec ` where appropriate [#3494](https://github.com/inspec/inspec/pull/3494) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index 328aec64d..bf507f919 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.24 \ No newline at end of file +2.3.25 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ad3669474..f14f52691 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.3.24' + VERSION = '2.3.25' end