mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
df4d4da431
commit
ec966a1de9
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.4.0
|
||||
3.4.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.4.0'
|
||||
VERSION = '3.4.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue