Bump version to 5.13.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-04-18 22:07:20 +00:00
parent bfb02ce8a2
commit 1e911232f1
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 5.13.3 -->
## [v5.13.3](https://github.com/inspec/inspec/tree/v5.13.3) (2022-04-18)
<!-- latest_release 5.13.4 -->
## [v5.13.4](https://github.com/inspec/inspec/tree/v5.13.4) (2022-04-18)
#### Merged Pull Requests
- CFINSPEC-93: Enhance `service` resource [#5981](https://github.com/inspec/inspec/pull/5981) ([ahasunos](https://github.com/ahasunos))
- CFINSPEC-89: Enhance `group` resource [#5987](https://github.com/inspec/inspec/pull/5987) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
<!-- release_rollup since=5.12.2 -->
### Changes since 5.12.2 release
#### Merged Pull Requests
- CFINSPEC-89: Enhance `group` resource [#5987](https://github.com/inspec/inspec/pull/5987) ([ahasunos](https://github.com/ahasunos)) <!-- 5.13.4 -->
- CFINSPEC-93: Enhance `service` resource [#5981](https://github.com/inspec/inspec/pull/5981) ([ahasunos](https://github.com/ahasunos)) <!-- 5.13.3 -->
- CFINSPEC-87: Enhance `file` resource [#5986](https://github.com/inspec/inspec/pull/5986) ([ahasunos](https://github.com/ahasunos)) <!-- 5.13.2 -->
- CFINSPEC-181: Fix unable to upload inspec compliance profile using to… [#5989](https://github.com/inspec/inspec/pull/5989) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.13.1 -->

View file

@ -1 +1 @@
5.13.3
5.13.4

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "5.13.3".freeze
VERSION = "5.13.4".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.13.3".freeze
VERSION = "5.13.4".freeze
end