Bump version to 3.3.10 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-01-25 04:38:02 +00:00
parent e3b2a07ef2
commit 723b5ec898
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.9 -->
## [v3.3.9](https://github.com/inspec/inspec/tree/v3.3.9) (2019-01-23)
<!-- latest_release 3.3.10 -->
## [v3.3.10](https://github.com/inspec/inspec/tree/v3.3.10) (2019-01-25)
#### Merged Pull Requests
- Document additional usage of json resource [#3737](https://github.com/inspec/inspec/pull/3737) ([webframp](https://github.com/webframp))
- Clean up unit test output [#3743](https://github.com/inspec/inspec/pull/3743) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=3.2.6 -->
@ -22,6 +22,7 @@
- Add resources for aws_billing_report and aws_billing_reports. [#2838](https://github.com/inspec/inspec/pull/2838) ([miah](https://github.com/miah)) <!-- 3.3.0 -->
#### Merged Pull Requests
- Clean up unit test output [#3743](https://github.com/inspec/inspec/pull/3743) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.3.10 -->
- Document additional usage of json resource [#3737](https://github.com/inspec/inspec/pull/3737) ([webframp](https://github.com/webframp)) <!-- 3.3.9 -->
- Stabilize profile export functional test [#3696](https://github.com/inspec/inspec/pull/3696) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.2.7 -->

View file

@ -1 +1 @@
3.3.9
3.3.10

View file

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