Bump version to 1.45.11 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-20 18:11:52 +00:00
parent 935c56394f
commit b9b502a48d
3 changed files with 6 additions and 5 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
1.45.10
1.45.11

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.45.10'
VERSION = '1.45.11'
end