mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 4.24.26 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
72f682f23a
commit
4ee82644e8
4 changed files with 10 additions and 7 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.24.25 -->
|
||||
## [v4.24.25](https://github.com/inspec/inspec/tree/v4.24.25) (2020-12-21)
|
||||
<!-- latest_release 4.24.26 -->
|
||||
## [v4.24.26](https://github.com/inspec/inspec/tree/v4.24.26) (2020-12-23)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove windows test skip timebomb [#5364](https://github.com/inspec/inspec/pull/5364) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Enhancements
|
||||
- Updated Supported Platforms for MSSQL_SESSION [#5366](https://github.com/inspec/inspec/pull/5366) ([kclinden](https://github.com/kclinden))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.24.8 -->
|
||||
### Changes since 4.24.8 release
|
||||
|
||||
#### Enhancements
|
||||
- Updated Supported Platforms for MSSQL_SESSION [#5366](https://github.com/inspec/inspec/pull/5366) ([kclinden](https://github.com/kclinden)) <!-- 4.24.26 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove windows test skip timebomb [#5364](https://github.com/inspec/inspec/pull/5364) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.25 -->
|
||||
- Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0 [#5354](https://github.com/inspec/inspec/pull/5354) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.24 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.24.25
|
||||
4.24.26
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.24.25".freeze
|
||||
VERSION = "4.24.26".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.24.25".freeze
|
||||
VERSION = "4.24.26".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue