Bump version to 4.41.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-08-27 04:28:05 +00:00
parent b008eb37d8
commit 601238ca81
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.41.10 -->
## [v4.41.10](https://github.com/inspec/inspec/tree/v4.41.10) (2021-08-24)
<!-- latest_release 4.41.11 -->
## [v4.41.11](https://github.com/inspec/inspec/tree/v4.41.11) (2021-08-27)
#### Merged Pull Requests
- Add aliyun3 support to service resource [#5578](https://github.com/inspec/inspec/pull/5578) ([elsnepal](https://github.com/elsnepal))
- Fedora runtime support documented [#5628](https://github.com/inspec/inspec/pull/5628) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=4.41.2 -->
### Changes since 4.41.2 release
#### Merged Pull Requests
- Fedora runtime support documented [#5628](https://github.com/inspec/inspec/pull/5628) ([Nik08](https://github.com/Nik08)) <!-- 4.41.11 -->
- Add aliyun3 support to service resource [#5578](https://github.com/inspec/inspec/pull/5578) ([elsnepal](https://github.com/elsnepal)) <!-- 4.41.10 -->
- Fix merging of included conf and main conf params in apache conf [#5623](https://github.com/inspec/inspec/pull/5623) ([Nik08](https://github.com/Nik08)) <!-- 4.41.9 -->
- Fix postgres_session error Unable to connect to database [#5619](https://github.com/inspec/inspec/pull/5619) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.41.8 -->

View file

@ -1 +1 @@
4.41.10
4.41.11

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.41.10".freeze
VERSION = "4.41.11".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.41.10".freeze
VERSION = "4.41.11".freeze
end