Bump version to 4.21.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-06-25 10:28:16 +00:00
parent af5fd7bd03
commit 88cdff8422
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.21.0 -->
## [v4.21.0](https://github.com/inspec/inspec/tree/v4.21.0) (2020-06-25)
<!-- latest_release 4.21.1 -->
## [v4.21.1](https://github.com/inspec/inspec/tree/v4.21.1) (2020-06-25)
#### New Features
- Improved HTML Reporter [#5045](https://github.com/inspec/inspec/pull/5045) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Enhancements
- Additions to the interface resource [#5036](https://github.com/inspec/inspec/pull/5036) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.20.10 -->
### Changes since 4.20.10 release
#### Enhancements
- Additions to the interface resource [#5036](https://github.com/inspec/inspec/pull/5036) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.21.1 -->
#### New Features
- Improved HTML Reporter [#5045](https://github.com/inspec/inspec/pull/5045) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.21.0 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.21.0
4.21.1

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.21.0".freeze
VERSION = "4.21.1".freeze
end