mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 3.4.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
2be3063e22
commit
86b0ab6f26
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.4.2 -->
|
||||
## [v3.4.2](https://github.com/inspec/inspec/tree/v3.4.2) (2019-01-31)
|
||||
<!-- latest_release 3.4.3 -->
|
||||
## [v3.4.3](https://github.com/inspec/inspec/tree/v3.4.3) (2019-01-31)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix Inspec::Attribute.to_ruby and add unit test [#3773](https://github.com/inspec/inspec/pull/3773) ([james-stocks](https://github.com/james-stocks))
|
||||
#### Bug Fixes
|
||||
- tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.4.1 -->
|
||||
### Changes since 3.4.1 release
|
||||
|
||||
#### Bug Fixes
|
||||
- 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
|
||||
- Fix Inspec::Attribute.to_ruby and add unit test [#3773](https://github.com/inspec/inspec/pull/3773) ([james-stocks](https://github.com/james-stocks)) <!-- 3.4.2 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.4.2
|
||||
3.4.3
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.4.2'
|
||||
VERSION = '3.4.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue