This commit is contained in:
Christoph Hartmann 2016-05-11 14:16:24 +02:00
parent 79e291c1a1
commit 21a91f964c
2 changed files with 15 additions and 3 deletions

View file

@ -1,7 +1,19 @@
# Change Log
## [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)
## [0.21.2](https://github.com/chef/inspec/tree/0.21.2) (2016-05-11)
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.1...0.21.2)
**Implemented enhancements:**
- Read SELinux labels for processes [\#726](https://github.com/chef/inspec/issues/726)
- Fix contain\_match, add none\_match [\#736](https://github.com/chef/inspec/pull/736) ([alexpop](https://github.com/alexpop))
**Fixed bugs:**
- Fix contain\\_match, add none\\_match [\#736](https://github.com/chef/inspec/pull/736) ([alexpop](https://github.com/alexpop))
## [v0.21.1](https://github.com/chef/inspec/tree/v0.21.1) (2016-05-10)
[Full Changelog](https://github.com/chef/inspec/compare/v0.21.0...v0.21.1)
**Fixed bugs:**

View file

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