Bump version to 2.1.70 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-10 17:53:49 +00:00
parent 08867e2f46
commit cf1030c645
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.69 -->
## [v2.1.69](https://github.com/chef/inspec/tree/v2.1.69) (2018-05-09)
<!-- latest_release 2.1.70 -->
## [v2.1.70](https://github.com/chef/inspec/tree/v2.1.70) (2018-05-10)
#### Merged Pull Requests
- Fix typo in os_env_spec [#3028](https://github.com/chef/inspec/pull/3028) ([Happycoil](https://github.com/Happycoil))
#### Bug Fixes
- Allow the depends key to be exposed in json profiles report [#3033](https://github.com/chef/inspec/pull/3033) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.1.68 -->
### Changes since 2.1.68 release
#### Bug Fixes
- Allow the depends key to be exposed in json profiles report [#3033](https://github.com/chef/inspec/pull/3033) ([jquick](https://github.com/jquick)) <!-- 2.1.70 -->
#### Merged Pull Requests
- Fix typo in os_env_spec [#3028](https://github.com/chef/inspec/pull/3028) ([Happycoil](https://github.com/Happycoil)) <!-- 2.1.69 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.1.69
2.1.70

View file

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