mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
253f7f8c72
commit
3559ebd4c8
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.4.3
|
||||
3.4.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.4.3'
|
||||
VERSION = '3.4.4'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue