Bump version to 6.4.65 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-09-29 13:15:53 +00:00
parent 904bdf2345
commit 4b8efce087
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.64 -->
## [v6.4.64](https://github.com/inspec/inspec/tree/v6.4.64) (2023-09-29)
<!-- latest_release 6.4.65 -->
## [v6.4.65](https://github.com/inspec/inspec/tree/v6.4.65) (2023-09-29)
#### Merged Pull Requests
- Update hashie requirement from &gt;= 3.4, &lt; 5.0 to &gt;= 3.4, &lt; 6.0 [#6696](https://github.com/inspec/inspec/pull/6696) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Revert &quot;Update html-proofer requirement from ~&gt; 3.19.4 to ~&gt; 5.0.8&quot; [#6717](https://github.com/inspec/inspec/pull/6717) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -38,6 +38,7 @@
### Changes since 5.22.13 release
#### Merged Pull Requests
- Revert &quot;Update html-proofer requirement from ~&gt; 3.19.4 to ~&gt; 5.0.8&quot; [#6717](https://github.com/inspec/inspec/pull/6717) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.65 -->
- Update hashie requirement from &gt;= 3.4, &lt; 5.0 to &gt;= 3.4, &lt; 6.0 [#6696](https://github.com/inspec/inspec/pull/6696) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.64 -->
- Update html-proofer requirement from ~&gt; 3.19.4 to ~&gt; 5.0.8 [#6697](https://github.com/inspec/inspec/pull/6697) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.63 -->
- Update json_schemer requirement from &gt;= 0.2.1, &lt; 0.2.19 to &gt;= 0.2.1, &lt; 2.0.1 [#6693](https://github.com/inspec/inspec/pull/6693) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.62 -->

View file

@ -1 +1 @@
6.4.64
6.4.65

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.64".freeze
VERSION = "6.4.65".freeze
end