mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.1.83 by Chef Expeditor
This commit is contained in:
parent
03e87cd89d
commit
82e7eba197
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.82 -->
|
||||
## [v2.1.82](https://github.com/chef/inspec/tree/v2.1.82) (2018-05-17)
|
||||
<!-- latest_release 2.1.83 -->
|
||||
## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick))
|
||||
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.81 -->
|
||||
### Changes since 2.1.81 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) <!-- 2.1.83 -->
|
||||
- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) <!-- 2.1.82 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.82
|
||||
2.1.83
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.82'
|
||||
VERSION = '2.1.83'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue