mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
0.21.6
This commit is contained in:
parent
8ff52a8961
commit
00921d9f97
2 changed files with 11 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,7 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## [0.21.5](https://github.com/chef/inspec/tree/0.21.5) (2016-05-13)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.4...0.21.5)
|
||||
## [0.21.6](https://github.com/chef/inspec/tree/0.21.6) (2016-05-13)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.5...0.21.6)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- catch corner-case with symbols on test-objects [\#748](https://github.com/chef/inspec/pull/748) ([arlimus](https://github.com/arlimus))
|
||||
- Prevent nil.include? [\#747](https://github.com/chef/inspec/pull/747) ([alexpop](https://github.com/alexpop))
|
||||
|
||||
## [v0.21.5](https://github.com/chef/inspec/tree/v0.21.5) (2016-05-13)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.4...v0.21.5)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.21.5'.freeze
|
||||
VERSION = '0.21.6'.freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue