mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 3.0.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
ea8d05881b
commit
dd8917d18a
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.0.4 -->
|
||||
## [v3.0.4](https://github.com/inspec/inspec/tree/v3.0.4) (2018-10-18)
|
||||
<!-- latest_release 3.0.5 -->
|
||||
## [v3.0.5](https://github.com/inspec/inspec/tree/v3.0.5) (2018-10-18)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- docs: Fix small issues with the `file` resource [#3515](https://github.com/inspec/inspec/pull/3515) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- Minor cleanups of plugin documentation. 'Plugin' instead of 'PluginDefinition' [#3527](https://github.com/inspec/inspec/pull/3527) ([mattray](https://github.com/mattray))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.0 -->
|
||||
### Changes since 3.0.0 release
|
||||
|
||||
#### Enhancements
|
||||
- Minor cleanups of plugin documentation. 'Plugin' instead of 'PluginDefinition' [#3527](https://github.com/inspec/inspec/pull/3527) ([mattray](https://github.com/mattray)) <!-- 3.0.5 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- FilterTable: allow Strings or Symbols as fields [#3481](https://github.com/inspec/inspec/pull/3481) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.0.2 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.4
|
||||
3.0.5
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.4'
|
||||
VERSION = '3.0.5'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue