mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.23.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
9d5d6c8565
commit
9c3ec0613e
4 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.23.12 -->
|
||||
## [v4.23.12](https://github.com/inspec/inspec/tree/v4.23.12) (2020-10-13)
|
||||
<!-- latest_release 4.23.13 -->
|
||||
## [v4.23.13](https://github.com/inspec/inspec/tree/v4.23.13) (2020-10-14)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Added another example to illustrate use for only_if [#5269](https://github.com/inspec/inspec/pull/5269) ([unixengineer](https://github.com/unixengineer))
|
||||
- Remove thread requires as this is built in now [#5251](https://github.com/inspec/inspec/pull/5251) ([tas50](https://github.com/tas50))
|
||||
- Fix "Edit on GitHub" links [#5268](https://github.com/inspec/inspec/pull/5268) ([IanMadd](https://github.com/IanMadd))
|
||||
- Update Hugo version to 0.76.4 [#5279](https://github.com/inspec/inspec/pull/5279) ([IanMadd](https://github.com/IanMadd))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.23.11 -->
|
||||
### Changes since 4.23.11 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update Hugo version to 0.76.4 [#5279](https://github.com/inspec/inspec/pull/5279) ([IanMadd](https://github.com/IanMadd)) <!-- 4.23.13 -->
|
||||
- Added another example to illustrate use for only_if [#5269](https://github.com/inspec/inspec/pull/5269) ([unixengineer](https://github.com/unixengineer)) <!-- 4.23.12 -->
|
||||
- Remove thread requires as this is built in now [#5251](https://github.com/inspec/inspec/pull/5251) ([tas50](https://github.com/tas50)) <!-- 4.23.11 -->
|
||||
- Fix "Edit on GitHub" links [#5268](https://github.com/inspec/inspec/pull/5268) ([IanMadd](https://github.com/IanMadd)) <!-- 4.23.11 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.23.12
|
||||
4.23.13
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.23.12".freeze
|
||||
VERSION = "4.23.13".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.23.12".freeze
|
||||
VERSION = "4.23.13".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue