mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
1.7.1
This commit is contained in:
parent
e8f8c31a3c
commit
9fbe6d0347
2 changed files with 18 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,7 +1,22 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [1.7.0](https://github.com/chef/inspec/tree/1.7.0) (2016-12-02)
|
## [1.7.1](https://github.com/chef/inspec/tree/1.7.1) (2016-12-03)
|
||||||
[Full Changelog](https://github.com/chef/inspec/compare/v1.6.0...1.7.0)
|
[Full Changelog](https://github.com/chef/inspec/compare/v1.7.0...1.7.1)
|
||||||
|
|
||||||
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
- Use train 0.22.0 for SSH agent support [\#1342](https://github.com/chef/inspec/pull/1342) ([alexpop](https://github.com/alexpop))
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- Remove check and json logging for now [\#1343](https://github.com/chef/inspec/pull/1343) ([alexpop](https://github.com/alexpop))
|
||||||
|
|
||||||
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
- dont remove gh-pages if it doesnt exist [\#1340](https://github.com/chef/inspec/pull/1340) ([arlimus](https://github.com/arlimus))
|
||||||
|
|
||||||
|
## [v1.7.0](https://github.com/chef/inspec/tree/v1.7.0) (2016-12-02)
|
||||||
|
[Full Changelog](https://github.com/chef/inspec/compare/v1.6.0...v1.7.0)
|
||||||
|
|
||||||
**Implemented enhancements:**
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '1.7.0'.freeze
|
VERSION = '1.7.1'.freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue