mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 1.45.13 by Expeditor
This commit is contained in:
parent
46a3ca6eea
commit
b402742cad
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.12 -->
|
||||
## [v1.45.12](https://github.com/chef/inspec/tree/v1.45.12) (2017-11-21)
|
||||
<!-- latest_release 1.45.13 -->
|
||||
## [v1.45.13](https://github.com/chef/inspec/tree/v1.45.13) (2017-11-21)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump Rubocop to 0.49.1 [#2323](https://github.com/chef/inspec/pull/2323) ([adamleff](https://github.com/adamleff))
|
||||
- Bump train to 0.29.2 [#2327](https://github.com/chef/inspec/pull/2327) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.45.9 -->
|
||||
### Changes since 1.45.9 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump train to 0.29.2 [#2327](https://github.com/chef/inspec/pull/2327) ([adamleff](https://github.com/adamleff)) <!-- 1.45.13 -->
|
||||
- Bump Rubocop to 0.49.1 [#2323](https://github.com/chef/inspec/pull/2323) ([adamleff](https://github.com/adamleff)) <!-- 1.45.12 -->
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.45.12
|
||||
1.45.13
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.45.12'
|
||||
VERSION = '1.45.13'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue