mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.22.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
d1042bc7d4
commit
270cc7e95d
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.22.15 -->
|
||||
## [v4.22.15](https://github.com/inspec/inspec/tree/v4.22.15) (2020-08-13)
|
||||
<!-- latest_release 4.22.16 -->
|
||||
## [v4.22.16](https://github.com/inspec/inspec/tree/v4.22.16) (2020-08-17)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove htmlentities dependency [#5203](https://github.com/inspec/inspec/pull/5203) ([tas50](https://github.com/tas50))
|
||||
- Don't ship the readme in the gem [#5202](https://github.com/inspec/inspec/pull/5202) ([tas50](https://github.com/tas50))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.22.8 -->
|
||||
### Changes since 4.22.8 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Don't ship the readme in the gem [#5202](https://github.com/inspec/inspec/pull/5202) ([tas50](https://github.com/tas50)) <!-- 4.22.16 -->
|
||||
- Remove htmlentities dependency [#5203](https://github.com/inspec/inspec/pull/5203) ([tas50](https://github.com/tas50)) <!-- 4.22.15 -->
|
||||
- Remove unused term-ansicolor [#5201](https://github.com/inspec/inspec/pull/5201) ([tas50](https://github.com/tas50)) <!-- 4.22.14 -->
|
||||
- Update to Chefstyle 1.2.1 [#5196](https://github.com/inspec/inspec/pull/5196) ([tas50](https://github.com/tas50)) <!-- 4.22.13 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.22.15
|
||||
4.22.16
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.22.15".freeze
|
||||
VERSION = "4.22.16".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.22.15".freeze
|
||||
VERSION = "4.22.16".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue