From 9eacee268818a00dbe416d83835fdd6f3620adb3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 1 Mar 2021 20:55:48 +0000 Subject: [PATCH] Bump version to 4.26.15 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7a859ac..0c164b85b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v4.26.14](https://github.com/inspec/inspec/tree/v4.26.14) (2021-02-26) + +## [v4.26.15](https://github.com/inspec/inspec/tree/v4.26.15) (2021-03-01) -#### Bug Fixes -- Don't pass -u on AIX in crontab command [#5418](https://github.com/inspec/inspec/pull/5418) ([clintoncwolfe](https://github.com/clintoncwolfe)) +#### Merged Pull Requests +- Remove .0 from macos builder name [#5413](https://github.com/inspec/inspec/pull/5413) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.26.13 release +#### Merged Pull Requests +- Remove .0 from macos builder name [#5413](https://github.com/inspec/inspec/pull/5413) ([clintoncwolfe](https://github.com/clintoncwolfe)) + #### Bug Fixes - Don't pass -u on AIX in crontab command [#5418](https://github.com/inspec/inspec/pull/5418) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index d36f8a354..91697f54a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.26.14 \ No newline at end of file +4.26.15 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index f6cba2c3a..a241484bb 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "4.26.14".freeze + VERSION = "4.26.15".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c41893bf0..a9abafa77 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.26.14".freeze + VERSION = "4.26.15".freeze end