Skip to content

Commit

Permalink
Bump version to 3.4.6 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Feb 1, 2019
1 parent cbaeeff commit 167ada9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.4.5 -->
## [v3.4.5](https://github.com/inspec/inspec/tree/v3.4.5) (2019-01-31)
<!-- latest_release 3.4.6 -->
## [v3.4.6](https://github.com/inspec/inspec/tree/v3.4.6) (2019-02-01)

#### Bug Fixes
- More meaningful error when including controls from a missing dependency [#3770](https://github.com/inspec/inspec/pull/3770) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
#### Merged Pull Requests
- Temporarily pin train to 1.7.1 [#3775](https://github.com/inspec/inspec/pull/3775) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->

<!-- release_rollup since=3.4.1 -->
Expand All @@ -16,6 +16,7 @@
- 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
- Temporarily pin train to 1.7.1 [#3775](https://github.com/inspec/inspec/pull/3775) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.4.6 -->
- 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 -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.4.5
3.4.6
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Expand Up @@ -4,5 +4,5 @@
# author: Christoph Hartmann

module Inspec
VERSION = '3.4.5'
VERSION = '3.4.6'
end

0 comments on commit 167ada9

Please sign in to comment.