mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
0.16.3
This commit is contained in:
parent
ca8194ccad
commit
d91bce0a20
2 changed files with 18 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## [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)
|
||||
## [0.16.3](https://github.com/chef/inspec/tree/0.16.3) (2016-03-23)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.16.2...0.16.3)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- inspec-compliance: fix upload of profiles [\#573](https://github.com/chef/inspec/pull/573) ([srenatus](https://github.com/srenatus))
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Issues with 'inspec compliance upload' [\#572](https://github.com/chef/inspec/issues/572)
|
||||
|
||||
## [v0.16.2](https://github.com/chef/inspec/tree/v0.16.2) (2016-03-22)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.16.1...v0.16.2)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
|
@ -11,6 +22,10 @@
|
|||
|
||||
- inspec exec error on new install [\#569](https://github.com/chef/inspec/issues/569)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- 0.16.2 [\#571](https://github.com/chef/inspec/pull/571) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
## [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)
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.16.2'.freeze
|
||||
VERSION = '0.16.3'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue