Bump version to 4.44.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:29:38 +00:00
parent dfbba4eeab
commit 99a6d185a0
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.43.0 -->
## [v4.43.0](https://github.com/inspec/inspec/tree/v4.43.0) (2021-09-13)
<!-- latest_release 4.44.0 -->
## [v4.44.0](https://github.com/inspec/inspec/tree/v4.44.0) (2021-09-13)
#### New Features
- Add support for Sybase databases [#5561](https://github.com/inspec/inspec/pull/5561) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Add ibmdb2_conf and ibmdb2_session resource [#5614](https://github.com/inspec/inspec/pull/5614) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=4.41.20 -->
### Changes since 4.41.20 release
#### New Features
- 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 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
4.43.0
4.44.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.43.0".freeze
VERSION = "4.44.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.43.0".freeze
VERSION = "4.44.0".freeze
end