Bump version to 4.46.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-09-13 23:14:10 +00:00
parent 5f543fb561
commit f09d49da66
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.46.3 -->
## [v4.46.3](https://github.com/inspec/inspec/tree/v4.46.3) (2021-09-13)
<!-- latest_release 4.46.4 -->
## [v4.46.4](https://github.com/inspec/inspec/tree/v4.46.4) (2021-09-13)
#### Merged Pull Requests
- Update code to remove ruby 2.4 support [#5645](https://github.com/inspec/inspec/pull/5645) ([Vasu1105](https://github.com/Vasu1105))
- Minor docs fixes. [#5662](https://github.com/inspec/inspec/pull/5662) ([IanMadd](https://github.com/IanMadd))
<!-- latest_release -->
<!-- release_rollup since=4.41.20 -->
@ -16,6 +16,7 @@
- Add support for Sybase databases [#5561](https://github.com/inspec/inspec/pull/5561) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.43.0 -->
#### Merged Pull Requests
- Minor docs fixes. [#5662](https://github.com/inspec/inspec/pull/5662) ([IanMadd](https://github.com/IanMadd)) <!-- 4.46.4 -->
- Update code to remove ruby 2.4 support [#5645](https://github.com/inspec/inspec/pull/5645) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.46.3 -->
- Fix google_project_alert_policy Examples in the docs [#5426](https://github.com/inspec/inspec/pull/5426) ([wmetaw](https://github.com/wmetaw)) <!-- 4.46.2 -->
- Added missing cli commands in cli doc [#5634](https://github.com/inspec/inspec/pull/5634) ([Nik08](https://github.com/Nik08)) <!-- 4.46.1 -->

View file

@ -1 +1 @@
4.46.3
4.46.4

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.46.3".freeze
VERSION = "4.46.4".freeze
end