Bump version to 4.37.27 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-06-10 00:50:29 +00:00
parent 741806bf83
commit 8b351fbd0f
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.37.26 -->
## [v4.37.26](https://github.com/inspec/inspec/tree/v4.37.26) (2021-06-04)
<!-- latest_release 4.37.27 -->
## [v4.37.27](https://github.com/inspec/inspec/tree/v4.37.27) (2021-06-10)
#### Merged Pull Requests
- Minor MD reformatting for dev-docs page [#5550](https://github.com/inspec/inspec/pull/5550) ([IanMadd](https://github.com/IanMadd))
- Fix mysql_session resource to raise exception if there is a error in connection or in query [#5551](https://github.com/inspec/inspec/pull/5551) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=4.37.25 -->
### Changes since 4.37.25 release
#### Merged Pull Requests
- Fix mysql_session resource to raise exception if there is a error in connection or in query [#5551](https://github.com/inspec/inspec/pull/5551) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.37.27 -->
- Minor MD reformatting for dev-docs page [#5550](https://github.com/inspec/inspec/pull/5550) ([IanMadd](https://github.com/IanMadd)) <!-- 4.37.26 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.37.26
4.37.27

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.37.26".freeze
VERSION = "4.37.27".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.37.26".freeze
VERSION = "4.37.27".freeze
end