diff --git a/CHANGELOG.md b/CHANGELOG.md index 4613453e..ca674147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v3.2.15](https://github.com/inspec/train/tree/v3.2.15) (2020-01-27) + +#### Merged Pull Requests +- Kali Linux platform detection support [#556](https://github.com/inspec/train/pull/556) ([mattray](https://github.com/mattray)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Kali Linux platform detection support [#556](https://github.com/inspec/train/pull/556) ([mattray](https://github.com/mattray)) diff --git a/VERSION b/VERSION index e44ffb26..02686bc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.14 \ No newline at end of file +3.2.15 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index 9c904b38..f182d588 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -3,5 +3,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.2.14".freeze + VERSION = "3.2.15".freeze end