Bump version to 4.28.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-03-19 14:17:52 +00:00
parent 5378a5128b
commit 47ac2566c4
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.28.2 -->
## [v4.28.2](https://github.com/inspec/inspec/tree/v4.28.2) (2021-03-19)
<!-- latest_release 4.28.3 -->
## [v4.28.3](https://github.com/inspec/inspec/tree/v4.28.3) (2021-03-19)
#### Merged Pull Requests
- Add quotation around -name option for apt resource to work properly with zsh [#5437](https://github.com/inspec/inspec/pull/5437) ([ymotongpoo](https://github.com/ymotongpoo))
#### Bug Fixes
- Fix for -controls option is not working as expected. [#5434](https://github.com/inspec/inspec/pull/5434) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=4.28.0 -->
### Changes since 4.28.0 release
#### Bug Fixes
- Fix for -controls option is not working as expected. [#5434](https://github.com/inspec/inspec/pull/5434) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.28.3 -->
#### Merged Pull Requests
- Add quotation around -name option for apt resource to work properly with zsh [#5437](https://github.com/inspec/inspec/pull/5437) ([ymotongpoo](https://github.com/ymotongpoo)) <!-- 4.28.2 -->
- Minor Docs edits [#5433](https://github.com/inspec/inspec/pull/5433) ([IanMadd](https://github.com/IanMadd)) <!-- 4.28.1 -->

View file

@ -1 +1 @@
4.28.2
4.28.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 = "4.28.2".freeze
VERSION = "4.28.3".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.28.2".freeze
VERSION = "4.28.3".freeze
end