Bump version to 4.19.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-06-02 16:56:17 +00:00
parent 6f4c85aca9
commit 10e28c6895
4 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.19.1 -->
## [v4.19.1](https://github.com/inspec/inspec/tree/v4.19.1) (2020-06-02)
#### Bug Fixes
- Pin ffi to 1.12.2 due to Windows crash [#5060](https://github.com/inspec/inspec/pull/5060) ([james-stocks](https://github.com/james-stocks))
#### Merged Pull Requests
- Revert aarch64 build targets [#5057](https://github.com/inspec/inspec/pull/5057) ([james-stocks](https://github.com/james-stocks))
@ -11,6 +14,9 @@
<!-- release_rollup since=4.19.0 -->
### Changes since 4.19.0 release
#### Bug Fixes
- Pin ffi to 1.12.2 due to Windows crash [#5060](https://github.com/inspec/inspec/pull/5060) ([james-stocks](https://github.com/james-stocks)) <!-- 4.19.1 -->
#### Merged Pull Requests
- Revert aarch64 build targets [#5057](https://github.com/inspec/inspec/pull/5057) ([james-stocks](https://github.com/james-stocks)) <!-- 4.19.0 -->
- Add several Builders and Testers to Omnibus [#4981](https://github.com/inspec/inspec/pull/4981) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 4.19.0 -->

View file

@ -1 +1 @@
4.19.0
4.19.1

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.19.0".freeze
VERSION = "4.19.1".freeze
end