Bump version to 4.46.0 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 18:41:11 +00:00
parent 49cd6883b9
commit f49a2bcfd9
4 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.45.0 -->
## [v4.45.0](https://github.com/inspec/inspec/tree/v4.45.0) (2021-09-13)
<!-- latest_release 4.46.0 -->
## [v4.46.0](https://github.com/inspec/inspec/tree/v4.46.0) (2021-09-13)
#### Merged Pull Requests
- Add support for Oracle Configuration Resources (Oracle Db Conf &amp; Oracle Listener Conf) [#5573](https://github.com/inspec/inspec/pull/5573) ([Nik08](https://github.com/Nik08))
#### New Features
- adds chrony_conf InSpec resource [#5589](https://github.com/inspec/inspec/pull/5589) ([collinmcneese](https://github.com/collinmcneese))
<!-- latest_release -->
<!-- release_rollup since=4.41.20 -->
### Changes since 4.41.20 release
#### New Features
- adds chrony_conf InSpec resource [#5589](https://github.com/inspec/inspec/pull/5589) ([collinmcneese](https://github.com/collinmcneese)) <!-- 4.46.0 -->
- Add ibmdb2_conf and ibmdb2_session resource [#5614](https://github.com/inspec/inspec/pull/5614) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.44.0 -->
- Add support for Sybase databases [#5561](https://github.com/inspec/inspec/pull/5561) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.43.0 -->

View file

@ -1 +1 @@
4.45.0
4.46.0

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.45.0".freeze
VERSION = "4.46.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.45.0".freeze
VERSION = "4.46.0".freeze
end