Bump version to 1.45.5 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-15 20:49:24 +00:00
parent 923e4abf21
commit e403dd6e9f
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.45.4 -->
## [v1.45.4](https://github.com/chef/inspec/tree/v1.45.4) (2017-11-14)
<!-- latest_release 1.45.5 -->
## [v1.45.5](https://github.com/chef/inspec/tree/v1.45.5) (2017-11-15)
#### Enhancements
- Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff))
#### Bug Fixes
- oracledb_session resource: fix credential passing to sql/sqlplus [#2308](https://github.com/chef/inspec/pull/2308) ([bratdim](https://github.com/bratdim))
<!-- latest_release -->
<!-- release_rollup since=1.44.8 -->
@ -19,6 +19,7 @@
- Bumping train to 0.29.1 [#2306](https://github.com/chef/inspec/pull/2306) ([adamleff](https://github.com/adamleff)) <!-- 1.45.0 -->
#### Bug Fixes
- oracledb_session resource: fix credential passing to sql/sqlplus [#2308](https://github.com/chef/inspec/pull/2308) ([bratdim](https://github.com/bratdim)) <!-- 1.45.5 -->
- Fix classname in JUnit formatter [#2283](https://github.com/chef/inspec/pull/2283) ([adamleff](https://github.com/adamleff)) <!-- 1.45.1 -->
- port resource: handle ss output from older iproute package [#2305](https://github.com/chef/inspec/pull/2305) ([Wing924](https://github.com/Wing924)) <!-- 1.44.9 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.45.4
1.45.5

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.45.4'.freeze
VERSION = '1.45.5'.freeze
end