mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.16.2
This commit is contained in:
parent
bf44bed7a7
commit
8d524630c3
2 changed files with 15 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## [0.16.1](https://github.com/chef/inspec/tree/0.16.1) (2016-03-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.16.0...0.16.1)
|
||||
## [0.16.2](https://github.com/chef/inspec/tree/0.16.2) (2016-03-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.16.1...0.16.2)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- bugfix: dont crash on read\_file contents in parse\_config [\#570](https://github.com/chef/inspec/pull/570) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- inspec exec error on new install [\#569](https://github.com/chef/inspec/issues/569)
|
||||
|
||||
## [v0.16.1](https://github.com/chef/inspec/tree/v0.16.1) (2016-03-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.16.0...v0.16.1)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
|
@ -11,6 +22,7 @@
|
|||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 0.16.1 [\#567](https://github.com/chef/inspec/pull/567) ([arlimus](https://github.com/arlimus))
|
||||
- add support for addresses in port resource [\#558](https://github.com/chef/inspec/pull/558) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
## [v0.16.0](https://github.com/chef/inspec/tree/v0.16.0) (2016-03-19)
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.16.1'.freeze
|
||||
VERSION = '0.16.2'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue