Bump version to 3.4.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-01-31 20:56:51 +00:00
parent 253f7f8c72
commit 3559ebd4c8
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.4.3 -->
## [v3.4.3](https://github.com/inspec/inspec/tree/v3.4.3) (2019-01-31)
<!-- latest_release 3.4.4 -->
## [v3.4.4](https://github.com/inspec/inspec/tree/v3.4.4) (2019-01-31)
#### Bug Fixes
- tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Add `--help` to CLI plugin activation criteria [#3757](https://github.com/inspec/inspec/pull/3757) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=3.4.1 -->
### Changes since 3.4.1 release
#### Bug Fixes
- Add `--help` to CLI plugin activation criteria [#3757](https://github.com/inspec/inspec/pull/3757) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.4.4 -->
- tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.4.3 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
3.4.3
3.4.4

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.4.3'
VERSION = '3.4.4'
end