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:
Chef Expeditor 2019-01-31 20:53:41 +00:00
parent 2be3063e22
commit 86b0ab6f26
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 9 additions and 6 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
3.4.2
3.4.3

View file

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