diff --git a/CHANGELOG.md b/CHANGELOG.md index 17462cc8f..78ebbe973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v3.3.9](https://github.com/inspec/inspec/tree/v3.3.9) (2019-01-23) + +## [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)) @@ -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)) #### Merged Pull Requests +- Clean up unit test output [#3743](https://github.com/inspec/inspec/pull/3743) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Document additional usage of json resource [#3737](https://github.com/inspec/inspec/pull/3737) ([webframp](https://github.com/webframp)) - Stabilize profile export functional test [#3696](https://github.com/inspec/inspec/pull/3696) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index aa00c9212..f9f89f5ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.9 \ No newline at end of file +3.3.10 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 32b0f6d94..4a85c2656 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.3.9' + VERSION = '3.3.10' end