From 76f14b3d2aceb43273f904efff12454f499c0087 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 15 Apr 2024 09:28:04 +0000 Subject: [PATCH] Bump version to 3.12.2 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 1d72fbae..72a44e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v3.12.1](https://github.com/inspec/train/tree/v3.12.1) (2024-04-15) + +## [v3.12.2](https://github.com/inspec/train/tree/v3.12.2) (2024-04-15) #### Merged Pull Requests -- Add missing require for OpenStruct library [#775](https://github.com/inspec/train/pull/775) ([Vasu1105](https://github.com/Vasu1105)) +- Turn off vendor cache [#774](https://github.com/inspec/train/pull/774) ([Vasu1105](https://github.com/Vasu1105)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Turn off vendor cache [#774](https://github.com/inspec/train/pull/774) ([Vasu1105](https://github.com/Vasu1105)) - Add missing require for OpenStruct library [#775](https://github.com/inspec/train/pull/775) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 512d523b..2b3ed502 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.1 \ No newline at end of file +3.12.2 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index 7a09606d..6e488299 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -2,5 +2,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.12.1".freeze + VERSION = "3.12.2".freeze end