Bump version to 4.24.12 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-15 21:54:55 +00:00
parent f5466687cc
commit d7e69db444
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.24.11 --> <!-- latest_release 4.24.12 -->
## [v4.24.11](https://github.com/inspec/inspec/tree/v4.24.11) (2020-12-15) ## [v4.24.12](https://github.com/inspec/inspec/tree/v4.24.12) (2020-12-15)
#### Merged Pull Requests #### Merged Pull Requests
- Fix link to image in compliance plugin README [#5329](https://github.com/inspec/inspec/pull/5329) ([phiggins](https://github.com/phiggins)) - Accept arrays in parse_config&#39;s method_missing [#5252](https://github.com/inspec/inspec/pull/5252) ([rgeissert](https://github.com/rgeissert))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.24.8 --> <!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release ### Changes since 4.24.8 release
#### Merged Pull Requests #### Merged Pull Requests
- Accept arrays in parse_config&#39;s method_missing [#5252](https://github.com/inspec/inspec/pull/5252) ([rgeissert](https://github.com/rgeissert)) <!-- 4.24.12 -->
- Fix link to image in compliance plugin README [#5329](https://github.com/inspec/inspec/pull/5329) ([phiggins](https://github.com/phiggins)) <!-- 4.24.11 --> - Fix link to image in compliance plugin README [#5329](https://github.com/inspec/inspec/pull/5329) ([phiggins](https://github.com/phiggins)) <!-- 4.24.11 -->
- Clean up docs previews [#5344](https://github.com/inspec/inspec/pull/5344) ([IanMadd](https://github.com/IanMadd)) <!-- 4.24.10 --> - Clean up docs previews [#5344](https://github.com/inspec/inspec/pull/5344) ([IanMadd](https://github.com/IanMadd)) <!-- 4.24.10 -->
- Remove macOS 10.13 from the build matrix [#5311](https://github.com/inspec/inspec/pull/5311) ([tas50](https://github.com/tas50)) <!-- 4.24.9 --> - Remove macOS 10.13 from the build matrix [#5311](https://github.com/inspec/inspec/pull/5311) ([tas50](https://github.com/tas50)) <!-- 4.24.9 -->

View file

@ -1 +1 @@
4.24.11 4.24.12

View file

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

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.24.11".freeze VERSION = "4.24.12".freeze
end end