Bump version to 3.4.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-01-29 20:46:02 +00:00
parent df4d4da431
commit ec966a1de9
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.0 -->
## [v3.4.0](https://github.com/inspec/inspec/tree/v3.4.0) (2019-01-28)
<!-- latest_release 3.4.1 -->
## [v3.4.1](https://github.com/inspec/inspec/tree/v3.4.1) (2019-01-29)
#### New Features
- Allow :value in addition to :default for setting attribute values [#3759](https://github.com/inspec/inspec/pull/3759) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Update Ruby requirement in README [#3766](https://github.com/inspec/inspec/pull/3766) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=3.3.14 -->
### Changes since 3.3.14 release
#### Merged Pull Requests
- Update Ruby requirement in README [#3766](https://github.com/inspec/inspec/pull/3766) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.4.1 -->
#### New Features
- Allow :value in addition to :default for setting attribute values [#3759](https://github.com/inspec/inspec/pull/3759) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.4.0 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
3.4.0
3.4.1

View file

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