mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 2.3.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
c674bdf250
commit
df3f909705
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.3.11 -->
|
||||
## [v2.3.11](https://github.com/inspec/inspec/tree/v2.3.11) (2018-10-05)
|
||||
<!-- latest_release 2.3.12 -->
|
||||
## [v2.3.12](https://github.com/inspec/inspec/tree/v2.3.12) (2018-10-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix archive with required attributes [#3468](https://github.com/inspec/inspec/pull/3468) ([jquick](https://github.com/jquick))
|
||||
- Exclude docs and examples from the gem [#3471](https://github.com/inspec/inspec/pull/3471) ([tas50](https://github.com/tas50))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.3.10 -->
|
||||
### Changes since 2.3.10 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Exclude docs and examples from the gem [#3471](https://github.com/inspec/inspec/pull/3471) ([tas50](https://github.com/tas50)) <!-- 2.3.12 -->
|
||||
- Fix archive with required attributes [#3468](https://github.com/inspec/inspec/pull/3468) ([jquick](https://github.com/jquick)) <!-- 2.3.11 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3.11
|
||||
2.3.12
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.3.11'
|
||||
VERSION = '2.3.12'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue