Bump version to 4.9.1 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-30 18:37:23 +00:00
parent 80d5788883
commit fbf06ccc7d
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.9.0 --> <!-- latest_release 4.9.1 -->
## [v4.9.0](https://github.com/inspec/inspec/tree/v4.9.0) (2019-07-30) ## [v4.9.1](https://github.com/inspec/inspec/tree/v4.9.1) (2019-07-30)
#### New Features #### Merged Pull Requests
- Permit plugin to be in path with git ref [#4251](https://github.com/inspec/inspec/pull/4251) ([james-stocks](https://github.com/james-stocks)) - Apply new UI code to CLI and plugin-manager-cli [#4000](https://github.com/inspec/inspec/pull/4000) ([miah](https://github.com/miah))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.7.24 --> <!-- release_rollup since=4.7.24 -->
@ -15,6 +15,7 @@
- Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.8.0 --> - Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.8.0 -->
#### Merged Pull Requests #### 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)) <!-- 4.9.1 -->
- Remove appveyor and travis badges; switch to buildkite [#4341](https://github.com/inspec/inspec/pull/4341) ([miah](https://github.com/miah)) <!-- 4.8.6 --> - Remove appveyor and travis badges; switch to buildkite [#4341](https://github.com/inspec/inspec/pull/4341) ([miah](https://github.com/miah)) <!-- 4.8.6 -->
- Remove travis and appveyor [#4339](https://github.com/inspec/inspec/pull/4339) ([miah](https://github.com/miah)) <!-- 4.8.5 --> - Remove travis and appveyor [#4339](https://github.com/inspec/inspec/pull/4339) ([miah](https://github.com/miah)) <!-- 4.8.5 -->
- Removed lib/inspec/utils/latest_version.rb and associated code. [#4337](https://github.com/inspec/inspec/pull/4337) ([zenspider](https://github.com/zenspider)) <!-- 4.8.4 --> - Removed lib/inspec/utils/latest_version.rb and associated code. [#4337](https://github.com/inspec/inspec/pull/4337) ([zenspider](https://github.com/zenspider)) <!-- 4.8.4 -->

View file

@ -1 +1 @@
4.9.0 4.9.1

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually # This file managed by automation - do not edit manually
module InspecBin module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__) INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.9.0".freeze VERSION = "4.9.1".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.9.0".freeze VERSION = "4.9.1".freeze
end end