Bump version to 3.6.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-02-07 22:22:21 +00:00
parent 7fcffd2ddd
commit d5dcb46085
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.6.1 -->
## [v3.6.1](https://github.com/inspec/inspec/tree/v3.6.1) (2019-02-07)
<!-- latest_release 3.6.2 -->
## [v3.6.2](https://github.com/inspec/inspec/tree/v3.6.2) (2019-02-07)
#### Merged Pull Requests
- Consolidate attribute-related test-fixture profiles [#3784](https://github.com/inspec/inspec/pull/3784) ([clintoncwolfe](https://github.com/clintoncwolfe))
- inspec-habitat: create mock backend properly [#3785](https://github.com/inspec/inspec/pull/3785) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=3.5.0 -->
@ -18,6 +18,7 @@
- Formalize Config File [#3750](https://github.com/inspec/inspec/pull/3750) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.5.3 -->
#### Merged Pull Requests
- inspec-habitat: create mock backend properly [#3785](https://github.com/inspec/inspec/pull/3785) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.6.2 -->
- Consolidate attribute-related test-fixture profiles [#3784](https://github.com/inspec/inspec/pull/3784) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.1 -->
- Plugins: Relocate plugin activate() method to Activator class, add simpler search method [#3720](https://github.com/inspec/inspec/pull/3720) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.5.2 -->
- Fixed Wrong References to pg_hba in postgres_ident_conf documentation [#3776](https://github.com/inspec/inspec/pull/3776) ([eloyekunle](https://github.com/eloyekunle)) <!-- 3.5.1 -->

View file

@ -1 +1 @@
3.6.1
3.6.2

View file

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