mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.2.49 by Chef Expeditor
This commit is contained in:
parent
05da909ba1
commit
cc2acc1524
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.48 -->
|
||||
## [v2.2.48](https://github.com/inspec/inspec/tree/v2.2.48) (2018-07-25)
|
||||
<!-- latest_release 2.2.49 -->
|
||||
## [v2.2.49](https://github.com/inspec/inspec/tree/v2.2.49) (2018-07-26)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Satisfy RuboCop by adding `x` bit to `bin/inspec` [#3249](https://github.com/inspec/inspec/pull/3249) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
- Fix for profile version not being included in the compliance upload c… [#3252](https://github.com/inspec/inspec/pull/3252) ([devoptimist](https://github.com/devoptimist))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.41 -->
|
||||
|
@ -18,6 +18,7 @@
|
|||
- Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks)) <!-- 2.2.44 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix for profile version not being included in the compliance upload c… [#3252](https://github.com/inspec/inspec/pull/3252) ([devoptimist](https://github.com/devoptimist)) <!-- 2.2.49 -->
|
||||
- Satisfy RuboCop by adding `x` bit to `bin/inspec` [#3249](https://github.com/inspec/inspec/pull/3249) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.48 -->
|
||||
- cli: Downcase supermarket tool name to match URL [#3242](https://github.com/inspec/inspec/pull/3242) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.46 -->
|
||||
- Fix the unit tests ssl issue [#3251](https://github.com/inspec/inspec/pull/3251) ([jquick](https://github.com/jquick)) <!-- 2.2.43 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.48
|
||||
2.2.49
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.48'
|
||||
VERSION = '2.2.49'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue