mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
0.33.2
This commit is contained in:
parent
80fd288f44
commit
fe58fa16bb
2 changed files with 15 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,7 +1,19 @@
|
|||
# Change Log
|
||||
|
||||
## [0.33.1](https://github.com/chef/inspec/tree/0.33.1) (2016-09-07)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.33.0...0.33.1)
|
||||
## [0.33.2](https://github.com/chef/inspec/tree/0.33.2) (2016-09-07)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.33.1...0.33.2)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
- ssl resource fix and speed improvement [\#1027](https://github.com/chef/inspec/pull/1027) ([alexpop](https://github.com/alexpop))
|
||||
- allow direct access to iis configuration parameters [\#1020](https://github.com/chef/inspec/pull/1020) ([chris-rock](https://github.com/chris-rock))
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- ssl resource fix and speed improvement [\#1027](https://github.com/chef/inspec/pull/1027) ([alexpop](https://github.com/alexpop))
|
||||
|
||||
## [v0.33.1](https://github.com/chef/inspec/tree/v0.33.1) (2016-09-07)
|
||||
[Full Changelog](https://github.com/chef/inspec/compare/v0.33.0...v0.33.1)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '0.33.1'.freeze
|
||||
VERSION = '0.33.2'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue