Bump version to 4.4.5 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-05-08 19:49:36 +00:00
parent b3e5788d2a
commit 5a98792a9e
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.4 -->
## [v4.4.4](https://github.com/inspec/inspec/tree/v4.4.4) (2019-05-08)
<!-- latest_release 4.4.5 -->
## [v4.4.5](https://github.com/inspec/inspec/tree/v4.4.5) (2019-05-08)
#### Merged Pull Requests
- First step to get inspec names changeable [#3954](https://github.com/inspec/inspec/pull/3954) ([artem-sidorenko](https://github.com/artem-sidorenko))
#### Enhancements
- Add missing tests for DataSeries#enabled? #disable [#4036](https://github.com/inspec/inspec/pull/4036) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.3.2 -->
@ -14,6 +14,7 @@
- Rename &#39;attribute&#39; DSL method to &#39;input&#39; [#4008](https://github.com/inspec/inspec/pull/4008) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.4.0 -->
#### Enhancements
- Add missing tests for DataSeries#enabled? #disable [#4036](https://github.com/inspec/inspec/pull/4036) ([miah](https://github.com/miah)) <!-- 4.4.5 -->
- Improve testing on inputs that do not have values [#4007](https://github.com/inspec/inspec/pull/4007) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.4.0 -->
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->

View file

@ -1 +1 @@
4.4.4
4.4.5

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.4'.freeze
VERSION = '4.4.5'.freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = '4.4.4'.freeze
VERSION = '4.4.5'.freeze
end