mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 4.10.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
100e96db1c
commit
ae898b9eb3
4 changed files with 8 additions and 7 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.9.1 -->
|
||||
## [v4.9.1](https://github.com/inspec/inspec/tree/v4.9.1) (2019-07-30)
|
||||
<!-- latest_release 4.10.0 -->
|
||||
## [v4.10.0](https://github.com/inspec/inspec/tree/v4.10.0) (2019-07-30)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Apply new UI code to CLI and plugin-manager-cli [#4000](https://github.com/inspec/inspec/pull/4000) ([miah](https://github.com/miah))
|
||||
#### New Features
|
||||
- Relative Path Support for the Git Fetcher [#4217](https://github.com/inspec/inspec/pull/4217) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.7.24 -->
|
||||
### Changes since 4.7.24 release
|
||||
|
||||
#### New Features
|
||||
- Relative Path Support for the Git Fetcher [#4217](https://github.com/inspec/inspec/pull/4217) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.10.0 -->
|
||||
- Permit plugin to be in path with git ref [#4251](https://github.com/inspec/inspec/pull/4251) ([james-stocks](https://github.com/james-stocks)) <!-- 4.9.0 -->
|
||||
- Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.8.0 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.9.1
|
||||
4.10.0
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.9.1".freeze
|
||||
VERSION = "4.10.0".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.9.1".freeze
|
||||
VERSION = "4.10.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue