Bump version to 4.24.14 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-16 15:42:49 +00:00
parent 3969230d7b
commit 7ee32a651f
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.24.13 -->
## [v4.24.13](https://github.com/inspec/inspec/tree/v4.24.13) (2020-12-15)
<!-- latest_release 4.24.14 -->
## [v4.24.14](https://github.com/inspec/inspec/tree/v4.24.14) (2020-12-16)
#### Merged Pull Requests
- Remove &#39;integration&#39; group from Gemfile [#5341](https://github.com/inspec/inspec/pull/5341) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Update hashie requirement from ~&gt; 3.4 to &gt;= 3.4, &lt; 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
<!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release
#### Merged Pull Requests
- Update hashie requirement from ~&gt; 3.4 to &gt;= 3.4, &lt; 5.0 [#5348](https://github.com/inspec/inspec/pull/5348) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.14 -->
- Remove &#39;integration&#39; group from Gemfile [#5341](https://github.com/inspec/inspec/pull/5341) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.13 -->
- 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 -->

View file

@ -1 +1 @@
4.24.13
4.24.14

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.13".freeze
VERSION = "4.24.14".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.13".freeze
VERSION = "4.24.14".freeze
end