mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
0.21.4
This commit is contained in:
parent
6f7be9713a
commit
b837f8c8ec
2 changed files with 10 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## [0.21.3](https://github.com/chef/inspec/tree/0.21.3) (2016-05-12)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.2...0.21.3)
|
||||
## [0.21.4](https://github.com/chef/inspec/tree/0.21.4) (2016-05-13)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.3...0.21.4)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- use struct for processes list [\#744](https://github.com/chef/inspec/pull/744) ([arlimus](https://github.com/arlimus))
|
||||
|
||||
## [v0.21.3](https://github.com/chef/inspec/tree/v0.21.3) (2016-05-11)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.2...v0.21.3)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.21.3'.freeze
|
||||
VERSION = '0.21.4'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue