Bump version to 1.45.2 by Expeditor

This commit is contained in:
Chef Expeditor 2017-11-14 04:02:03 +00:00
parent 01b65db6c7
commit 99f1631d9e
3 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.45.1 -->
## [v1.45.1](https://github.com/chef/inspec/tree/v1.45.1) (2017-11-14)
<!-- latest_release 1.45.2 -->
## [v1.45.2](https://github.com/chef/inspec/tree/v1.45.2) (2017-11-14)
#### Bug Fixes
- Fix classname in JUnit formatter [#2283](https://github.com/chef/inspec/pull/2283) ([adamleff](https://github.com/adamleff))
#### Merged Pull Requests
- Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.44.8 -->
### Changes since 1.44.8 release
#### Merged Pull Requests
- Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff)) <!-- 1.45.2 -->
- Bumping train to 0.29.1 [#2306](https://github.com/chef/inspec/pull/2306) ([adamleff](https://github.com/adamleff)) <!-- 1.45.0 -->
#### Bug Fixes

View file

@ -1 +1 @@
1.45.1
1.45.2

View file

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