This commit is contained in:
Christoph Hartmann 2016-05-10 22:43:34 +02:00
parent 9fd9f8aa69
commit 7e514c8735
2 changed files with 15 additions and 3 deletions

View file

@ -1,7 +1,19 @@
# Change Log
## [0.21.0](https://github.com/chef/inspec/tree/0.21.0) (2016-05-10)
[Full Changelog](https://github.com/chef/inspec/compare/v0.20.1...0.21.0)
## [0.21.1](https://github.com/chef/inspec/tree/0.21.1) (2016-05-10)
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.0...0.21.1)
**Fixed bugs:**
- fix: remove non-existent class [\#729](https://github.com/chef/inspec/pull/729) ([chris-rock](https://github.com/chris-rock))
**Merged pull requests:**
- Expose label for processes only on linux [\#733](https://github.com/chef/inspec/pull/733) ([vjeffrey](https://github.com/vjeffrey))
- Add all\_match to matchers [\#730](https://github.com/chef/inspec/pull/730) ([vjeffrey](https://github.com/vjeffrey))
## [v0.21.0](https://github.com/chef/inspec/tree/v0.21.0) (2016-05-10)
[Full Changelog](https://github.com/chef/inspec/compare/v0.20.1...v0.21.0)
**Implemented enhancements:**

View file

@ -3,5 +3,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '0.21.0'.freeze
VERSION = '0.21.1'.freeze
end