Bump version to 5.5.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-10 00:40:37 +00:00
parent f1829e3180
commit c72ddefbf3
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 5.5.2 -->
## [v5.5.2](https://github.com/inspec/inspec/tree/v5.5.2) (2022-03-09)
<!-- latest_release 5.5.3 -->
## [v5.5.3](https://github.com/inspec/inspec/tree/v5.5.3) (2022-03-10)
#### Merged Pull Requests
- Enable habitat builds [#5912](https://github.com/inspec/inspec/pull/5912) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Bump omnibus from `55e74ac` to `124d596` in /omnibus [#5847](https://github.com/inspec/inspec/pull/5847) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.52.9 -->
@ -17,6 +17,7 @@
- Added Timezone Resource [#5758](https://github.com/inspec/inspec/pull/5758) ([Nik08](https://github.com/Nik08)) <!-- 4.53.0 -->
#### Merged Pull Requests
- Bump omnibus from `55e74ac` to `124d596` in /omnibus [#5847](https://github.com/inspec/inspec/pull/5847) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.5.3 -->
- Enable habitat builds [#5912](https://github.com/inspec/inspec/pull/5912) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 5.5.2 -->
- Bump omnibus-software from `a4f4849` to `5947560` in /omnibus [#5911](https://github.com/inspec/inspec/pull/5911) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 5.5.1 -->
- CFINSPEC-10 Added Progress Bar streaming reporter plugin [#5863](https://github.com/inspec/inspec/pull/5863) ([Nik08](https://github.com/Nik08)) <!-- 5.5.0 -->

View file

@ -1 +1 @@
5.5.2
5.5.3

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "5.5.2".freeze
VERSION = "5.5.3".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.5.2".freeze
VERSION = "5.5.3".freeze
end