Bump version to 4.35.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-04-21 23:35:41 +00:00
parent 79aa03ae14
commit 2308bad51b
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.34.0 -->
## [v4.34.0](https://github.com/inspec/inspec/tree/v4.34.0) (2021-04-21)
<!-- latest_release 4.35.0 -->
## [v4.35.0](https://github.com/inspec/inspec/tree/v4.35.0) (2021-04-21)
#### New Features
- Add selinux resource with basic feature support [#5458](https://github.com/inspec/inspec/pull/5458) ([Vasu1105](https://github.com/Vasu1105))
- New input option `pattern` added for DSL and metadata inputs [#5466](https://github.com/inspec/inspec/pull/5466) ([Nik08](https://github.com/Nik08))
<!-- latest_release -->
<!-- release_rollup since=4.33.1 -->
### Changes since 4.33.1 release
#### New Features
- New input option `pattern` added for DSL and metadata inputs [#5466](https://github.com/inspec/inspec/pull/5466) ([Nik08](https://github.com/Nik08)) <!-- 4.35.0 -->
- Add selinux resource with basic feature support [#5458](https://github.com/inspec/inspec/pull/5458) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.34.0 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.34.0
4.35.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.34.0".freeze
VERSION = "4.35.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.34.0".freeze
VERSION = "4.35.0".freeze
end