Bump version to 3.3.6 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-01-22 20:01:07 +00:00
parent ed460c7869
commit 10ef5df028
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.3.5 -->
## [v3.3.5](https://github.com/inspec/inspec/tree/v3.3.5) (2019-01-22)
<!-- latest_release 3.3.6 -->
## [v3.3.6](https://github.com/inspec/inspec/tree/v3.3.6) (2019-01-22)
#### Bug Fixes
- Fix AWS tests found during ChefStyle spike [#3739](https://github.com/inspec/inspec/pull/3739) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Fix SSL tests by allowing multiple cipher counts [#3744](https://github.com/inspec/inspec/pull/3744) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=3.2.6 -->
@ -24,6 +24,7 @@
- Stabilize profile export functional test [#3696](https://github.com/inspec/inspec/pull/3696) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.7 -->
#### Bug Fixes
- Fix SSL tests by allowing multiple cipher counts [#3744](https://github.com/inspec/inspec/pull/3744) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.3.6 -->
- Fix AWS tests found during ChefStyle spike [#3739](https://github.com/inspec/inspec/pull/3739) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.3.5 -->
- postgres_session: Fix postgres directory searching on non-debian os [#3708](https://github.com/inspec/inspec/pull/3708) ([Cerebus](https://github.com/Cerebus)) <!-- 3.3.1 -->
- Update Ruby versions used for testing; fix Travis CI issues [#3678](https://github.com/inspec/inspec/pull/3678) ([tas50](https://github.com/tas50)) <!-- 3.2.7 -->

View file

@ -1 +1 @@
3.3.5
3.3.6

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.3.5'
VERSION = '3.3.6'
end