Release v1.31.1 (#1996)

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-07-06 16:29:20 -04:00 committed by GitHub
parent 1fdea330d3
commit c29648a623
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Change Log
## [v1.31.1](https://github.com/chef/inspec/tree/v1.31.1) (2017-07-06)
[Full Changelog](https://github.com/chef/inspec/compare/v1.31.0...v1.31.1)
**Fixed bugs:**
- host resource: fix netcat detection [\#1995](https://github.com/chef/inspec/pull/1995) ([adamleff](https://github.com/adamleff))
## [v1.31.0](https://github.com/chef/inspec/tree/v1.31.0) (2017-07-06)
[Full Changelog](https://github.com/chef/inspec/compare/v1.30.0...v1.31.0)

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.31.0'.freeze
VERSION = '1.31.1'.freeze
end

View file

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
inspec (1.31.0)
inspec (1.31.1)
addressable (~> 2.4)
faraday (>= 0.9.0)
hashie (~> 3.4)