mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 3.1.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
8019b2c487
commit
0aa47f4459
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.1.0 -->
|
||||
## [v3.1.0](https://github.com/inspec/inspec/tree/v3.1.0) (2018-12-12)
|
||||
<!-- latest_release 3.1.1 -->
|
||||
## [v3.1.1](https://github.com/inspec/inspec/tree/v3.1.1) (2018-12-12)
|
||||
|
||||
#### Enhancements
|
||||
- UI Object for for CLI work [#3618](https://github.com/inspec/inspec/pull/3618) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Merged Pull Requests
|
||||
- Modify URL fetcher to accept URI [#3633](https://github.com/inspec/inspec/pull/3633) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.64 -->
|
||||
|
@ -17,6 +17,7 @@
|
|||
- Remove extra files from inspec-core + file appbundling inspec [#3663](https://github.com/inspec/inspec/pull/3663) ([tas50](https://github.com/tas50)) <!-- 3.0.66 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Modify URL fetcher to accept URI [#3633](https://github.com/inspec/inspec/pull/3633) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.1.1 -->
|
||||
- Pin train to 1.5.11 [#3657](https://github.com/inspec/inspec/pull/3657) ([jaredledvina](https://github.com/jaredledvina)) <!-- 3.0.65 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.0
|
||||
3.1.1
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.1.0'
|
||||
VERSION = '3.1.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue