mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Bump version to 2.2.104 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
9c1b7eb6a2
commit
7aa2283943
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
||||||
# 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 2.2.103 -->
|
<!-- latest_release 2.2.104 -->
|
||||||
## [v2.2.103](https://github.com/inspec/inspec/tree/v2.2.103) (2018-09-17)
|
## [v2.2.104](https://github.com/inspec/inspec/tree/v2.2.104) (2018-09-18)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### New Features
|
||||||
- Fix rendering of profiles docs [#3393](https://github.com/inspec/inspec/pull/3393) ([jquick](https://github.com/jquick))
|
- Added db_name flag [#3383](https://github.com/inspec/inspec/pull/3383) ([kdoores](https://github.com/kdoores))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=2.2.102 -->
|
<!-- release_rollup since=2.2.102 -->
|
||||||
### Changes since 2.2.102 release
|
### Changes since 2.2.102 release
|
||||||
|
|
||||||
|
#### New Features
|
||||||
|
- Added db_name flag [#3383](https://github.com/inspec/inspec/pull/3383) ([kdoores](https://github.com/kdoores)) <!-- 2.2.104 -->
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Fix rendering of profiles docs [#3393](https://github.com/inspec/inspec/pull/3393) ([jquick](https://github.com/jquick)) <!-- 2.2.103 -->
|
- Fix rendering of profiles docs [#3393](https://github.com/inspec/inspec/pull/3393) ([jquick](https://github.com/jquick)) <!-- 2.2.103 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.103
|
2.2.104
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '2.2.103'
|
VERSION = '2.2.104'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue