Bump version to 4.24.9 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-10 17:56:00 +00:00
parent e42c67b8a3
commit 567c8d3cf3
4 changed files with 9 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.24.9 -->
## [v4.24.9](https://github.com/inspec/inspec/tree/v4.24.9) (2020-12-10)
#### Merged Pull Requests
- Remove macOS 10.13 from the build matrix [#5311](https://github.com/inspec/inspec/pull/5311) ([tas50](https://github.com/tas50))
- Remove the kitchen.chef.yml file [#5338](https://github.com/inspec/inspec/pull/5338) ([tas50](https://github.com/tas50))
- Remove unused build-essential dep in berksfile [#5337](https://github.com/inspec/inspec/pull/5337) ([tas50](https://github.com/tas50))
- Remove the docker releasing rake task [#5336](https://github.com/inspec/inspec/pull/5336) ([tas50](https://github.com/tas50))
@ -11,6 +12,9 @@
<!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release
#### Merged Pull Requests
- Remove macOS 10.13 from the build matrix [#5311](https://github.com/inspec/inspec/pull/5311) ([tas50](https://github.com/tas50)) <!-- 4.24.9 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
4.24.8
4.24.9

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.24.8".freeze
VERSION = "4.24.9".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.8".freeze
VERSION = "4.24.9".freeze
end