Bump version to 4.26.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-01-26 21:00:12 +00:00
parent f7ec1799c2
commit bd89effbfd
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.25.3 -->
## [v4.25.3](https://github.com/inspec/inspec/tree/v4.25.3) (2021-01-26)
<!-- latest_release 4.26.0 -->
## [v4.26.0](https://github.com/inspec/inspec/tree/v4.26.0) (2021-01-26)
#### Bug Fixes
- Add faraday_middleware to gemspec [#5391](https://github.com/inspec/inspec/pull/5391) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Enhancements
- Add method_missing to nginx_conf [#5285](https://github.com/inspec/inspec/pull/5285) ([rgeissert](https://github.com/rgeissert))
<!-- latest_release -->
<!-- release_rollup since=4.25.1 -->
### Changes since 4.25.1 release
#### Enhancements
- Add method_missing to nginx_conf [#5285](https://github.com/inspec/inspec/pull/5285) ([rgeissert](https://github.com/rgeissert)) <!-- 4.26.0 -->
#### Bug Fixes
- Add faraday_middleware to gemspec [#5391](https://github.com/inspec/inspec/pull/5391) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.25.3 -->

View file

@ -1 +1 @@
4.25.3
4.26.0

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.25.3".freeze
VERSION = "4.26.0".freeze
end