Bump version to 2.1.27 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-05 12:53:31 +00:00
parent b246cf7d21
commit 3acbb47287
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.26 -->
## [v2.1.26](https://github.com/chef/inspec/tree/v2.1.26) (2018-04-05)
<!-- latest_release 2.1.27 -->
## [v2.1.27](https://github.com/chef/inspec/tree/v2.1.27) (2018-04-05)
#### Merged Pull Requests
- Update example resource syntax [#2904](https://github.com/chef/inspec/pull/2904) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Add automate reporter [#2902](https://github.com/chef/inspec/pull/2902) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.1.21 -->
### Changes since 2.1.21 release
#### Merged Pull Requests
- Add automate reporter [#2902](https://github.com/chef/inspec/pull/2902) ([jquick](https://github.com/jquick)) <!-- 2.1.27 -->
- Update example resource syntax [#2904](https://github.com/chef/inspec/pull/2904) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.26 -->
- Added a description to steer people to correct resource [#2908](https://github.com/chef/inspec/pull/2908) ([username-is-already-taken2](https://github.com/username-is-already-taken2)) <!-- 2.1.24 -->
- Wrong matcher name in example for aws_config_recorder [#2899](https://github.com/chef/inspec/pull/2899) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.23 -->

View file

@ -1 +1 @@
2.1.26
2.1.27

View file

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