From d9db9df4d70a64d2973361c8ee440b08194c4fe1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 9 Mar 2022 17:51:34 +0000 Subject: [PATCH] Bump version to 5.5.1 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 6ffd77e0a..53c2aabeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v5.5.0](https://github.com/inspec/inspec/tree/v5.5.0) (2022-03-07) + +## [v5.5.1](https://github.com/inspec/inspec/tree/v5.5.1) (2022-03-09) #### Merged Pull Requests -- CFINSPEC-10 Added Progress Bar streaming reporter plugin [#5863](https://github.com/inspec/inspec/pull/5863) ([Nik08](https://github.com/Nik08)) +- Bump omnibus-software from `a4f4849` to `5947560` in /omnibus [#5911](https://github.com/inspec/inspec/pull/5911) ([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 `a4f4849` to `5947560` in /omnibus [#5911](https://github.com/inspec/inspec/pull/5911) ([dependabot[bot]](https://github.com/dependabot[bot])) - CFINSPEC-10 Added Progress Bar streaming reporter plugin [#5863](https://github.com/inspec/inspec/pull/5863) ([Nik08](https://github.com/Nik08)) - CFINSPEC-70 resource_id support take 3 [#5903](https://github.com/inspec/inspec/pull/5903) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Disable habitat build and artifact pipeline defs, too [#5906](https://github.com/inspec/inspec/pull/5906) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index c7ba1e87f..d41f08f1f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.5.0 \ No newline at end of file +5.5.1 \ 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 fc3d60a63..a0ef818b8 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 = "5.5.0".freeze + VERSION = "5.5.1".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 36e5f1954..bcfd5990b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "5.5.0".freeze + VERSION = "5.5.1".freeze end