mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.2.40 by Chef Expeditor
This commit is contained in:
parent
bfd569fe99
commit
9581176633
3 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.39 -->
|
||||
## [v2.2.39](https://github.com/inspec/inspec/tree/v2.2.39) (2018-07-18)
|
||||
<!-- latest_release 2.2.40 -->
|
||||
## [v2.2.40](https://github.com/inspec/inspec/tree/v2.2.40) (2018-07-19)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update hab package to use psql client [#3234](https://github.com/inspec/inspec/pull/3234) ([jquick](https://github.com/jquick))
|
||||
#### Enhancements
|
||||
- Ensure resources fail that target something that isn't supported [#3231](https://github.com/inspec/inspec/pull/3231) ([miah](https://github.com/miah))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.35 -->
|
||||
### Changes since 2.2.35 release
|
||||
|
||||
#### Enhancements
|
||||
- Ensure resources fail that target something that isn't supported [#3231](https://github.com/inspec/inspec/pull/3231) ([miah](https://github.com/miah)) <!-- 2.2.40 -->
|
||||
- Refactor 'inspec init profile' into a reusable component. [#3214](https://github.com/inspec/inspec/pull/3214) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.38 -->
|
||||
|
||||
#### New Features
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.39
|
||||
2.2.40
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.39'
|
||||
VERSION = '2.2.40'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue