Bump version to 2.2.56 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-08-07 16:12:51 +00:00
parent 4ed7362f0c
commit 5ce44b4d4b
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 2.2.56 -->
## [v2.2.56](https://github.com/inspec/inspec/tree/v2.2.56) (2018-08-07)
#### Merged Pull Requests
- Enable inspec archive, check, and json to run as unpriveleged user [#3263](https://github.com/inspec/inspec/pull/3263) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=2.2.55 -->
### Changes since 2.2.55 release
#### Merged Pull Requests
- Enable inspec archive, check, and json to run as unpriveleged user [#3263](https://github.com/inspec/inspec/pull/3263) ([phiggins](https://github.com/phiggins)) <!-- 2.2.56 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
2.2.55
2.2.56

View file

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