From b37e5fe7fd84b06535b248eaf310888807b6e90f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 9 Mar 2022 17:52:26 +0000 Subject: [PATCH] Bump version to 4.56.13 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2b92803..c8629bdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.56.12](https://github.com/inspec/inspec/tree/v4.56.12) (2022-03-04) + +## [v4.56.13](https://github.com/inspec/inspec/tree/v4.56.13) (2022-03-09) #### Merged Pull Requests -- Temporarily disable habitat builds to unbreak the pipeline - inspec-4 [#5905](https://github.com/inspec/inspec/pull/5905) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Bump omnibus-software from `f64a223` to `5947560` in /omnibus [#5910](https://github.com/inspec/inspec/pull/5910) ([dependabot[bot]](https://github.com/dependabot[bot])) @@ -17,6 +17,7 @@ - Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) #### Merged Pull Requests +- Bump omnibus-software from `f64a223` to `5947560` in /omnibus [#5910](https://github.com/inspec/inspec/pull/5910) ([dependabot[bot]](https://github.com/dependabot[bot])) - Temporarily disable habitat builds to unbreak the pipeline - inspec-4 [#5905](https://github.com/inspec/inspec/pull/5905) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Disable resource integration tests inspec-4 [#5899](https://github.com/inspec/inspec/pull/5899) ([clintoncwolfe](https://github.com/clintoncwolfe)) - backport automate version fix inspec 4 [#5897](https://github.com/inspec/inspec/pull/5897) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 53f5f9498..bd249c6cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.56.12 \ No newline at end of file +4.56.13 \ 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 b3fed10e7..e0d8ddc73 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.56.12".freeze + VERSION = "4.56.13".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2bdf76e66..862365fda 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.56.12".freeze + VERSION = "4.56.13".freeze end