Bump version to 4.4.56 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-05-28 20:06:10 +00:00
parent 342cef2367
commit 2d528f5899
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.4.55 -->
## [v4.4.55](https://github.com/inspec/inspec/tree/v4.4.55) (2019-05-28)
<!-- latest_release 4.4.56 -->
## [v4.4.56](https://github.com/inspec/inspec/tree/v4.4.56) (2019-05-28)
#### Bug Fixes
- inspec check: Send log to STDERR when running with --format json [#4001](https://github.com/inspec/inspec/pull/4001) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Remove authors tags from source files. [#4147](https://github.com/inspec/inspec/pull/4147) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.3.2 -->
@ -22,6 +22,7 @@
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->
#### Merged Pull Requests
- Remove authors tags from source files. [#4147](https://github.com/inspec/inspec/pull/4147) ([miah](https://github.com/miah)) <!-- 4.4.56 -->
- Move utils under inspec directory namespace [#4063](https://github.com/inspec/inspec/pull/4063) ([miah](https://github.com/miah)) <!-- 4.4.54 -->
- Update author/email tags in gemspec [#4137](https://github.com/inspec/inspec/pull/4137) ([miah](https://github.com/miah)) <!-- 4.4.53 -->
- Extracting mock_loader to its own helper file. [#4141](https://github.com/inspec/inspec/pull/4141) ([zenspider](https://github.com/zenspider)) <!-- 4.4.52 -->

View file

@ -1 +1 @@
4.4.55
4.4.56

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.4.55'.freeze
VERSION = '4.4.56'.freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = '4.4.55'.freeze
VERSION = '4.4.56'.freeze
end