mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 4.35.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
0aef9f11eb
commit
6e73969278
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.35.1 -->
|
||||
## [v4.35.1](https://github.com/inspec/inspec/tree/v4.35.1) (2021-04-21)
|
||||
<!-- latest_release 4.35.2 -->
|
||||
## [v4.35.2](https://github.com/inspec/inspec/tree/v4.35.2) (2021-04-27)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5 [#5469](https://github.com/inspec/inspec/pull/5469) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
||||
- Minor fix - Method expected to return boolean but it was returning nil if condition check fails [#5480](https://github.com/inspec/inspec/pull/5480) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.33.1 -->
|
||||
### Changes since 4.33.1 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Minor fix - Method expected to return boolean but it was returning nil if condition check fails [#5480](https://github.com/inspec/inspec/pull/5480) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.35.2 -->
|
||||
- Update faraday requirement from >= 0.9.0, < 1.4 to >= 0.9.0, < 1.5 [#5469](https://github.com/inspec/inspec/pull/5469) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.35.1 -->
|
||||
|
||||
#### New Features
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.35.1
|
||||
4.35.2
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.35.1".freeze
|
||||
VERSION = "4.35.2".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.35.1".freeze
|
||||
VERSION = "4.35.2".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue