From 924353a950cc5f27847fb8296cd871b307ea74a9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 24 Jul 2019 00:14:59 +0000 Subject: [PATCH] Bump version to 2.1.25 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/train/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44448fe4..2073b55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v2.1.24](https://github.com/inspec/train/tree/v2.1.24) (2019-07-24) + +## [v2.1.25](https://github.com/inspec/train/tree/v2.1.25) (2019-07-24) #### Merged Pull Requests -- Testing coverage pipeline [#488](https://github.com/inspec/train/pull/488) ([miah](https://github.com/miah)) +- yah-mail [#490](https://github.com/inspec/train/pull/490) ([miah](https://github.com/miah)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- yah-mail [#490](https://github.com/inspec/train/pull/490) ([miah](https://github.com/miah)) - Testing coverage pipeline [#488](https://github.com/inspec/train/pull/488) ([miah](https://github.com/miah)) - Remove coverage from general test runs and add its own pipeline [#486](https://github.com/inspec/train/pull/486) ([miah](https://github.com/miah)) - Fix up windows testing on buildkite [#487](https://github.com/inspec/train/pull/487) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index ed7a6b0a..408412c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.24 \ No newline at end of file +2.1.25 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index 35d80e25..174aea03 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = "2.1.24".freeze + VERSION = "2.1.25".freeze end