mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.45.11 by Expeditor
This commit is contained in:
parent
935c56394f
commit
b9b502a48d
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 1.45.10 -->
|
||||
## [v1.45.10](https://github.com/chef/inspec/tree/v1.45.10) (2017-11-17)
|
||||
<!-- latest_release 1.45.11 -->
|
||||
## [v1.45.11](https://github.com/chef/inspec/tree/v1.45.11) (2017-11-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove debug message from unit test [#2313](https://github.com/chef/inspec/pull/2313) ([eramoto](https://github.com/eramoto))
|
||||
- Remove bundler install during Appveyor tests [#2322](https://github.com/chef/inspec/pull/2322) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.45.9 -->
|
||||
### Changes since 1.45.9 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Remove bundler install during Appveyor tests [#2322](https://github.com/chef/inspec/pull/2322) ([adamleff](https://github.com/adamleff)) <!-- 1.45.11 -->
|
||||
- Remove debug message from unit test [#2313](https://github.com/chef/inspec/pull/2313) ([eramoto](https://github.com/eramoto)) <!-- 1.45.10 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.45.10
|
||||
1.45.11
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.45.10'
|
||||
VERSION = '1.45.11'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue