From 49f1c07d3e2dfa0f4e9aad7e26aa7ae98fbcba32 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 30 Aug 2024 08:02:10 +0000 Subject: [PATCH] Bump version to 3.12.8 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/train/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68d3ede..5bddc4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v3.12.8](https://github.com/inspec/train/tree/v3.12.8) (2024-08-30) + +#### Merged Pull Requests +- Update chefstyle requirement from 2.1.1 to 2.2.3 [#756](https://github.com/inspec/train/pull/756) ([dependabot[bot]](https://github.com/dependabot[bot])) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update chefstyle requirement from 2.1.1 to 2.2.3 [#756](https://github.com/inspec/train/pull/756) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index 450178b3..5020c063 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.7 \ No newline at end of file +3.12.8 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index c5f712e0..2048b34b 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -2,5 +2,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.12.7".freeze + VERSION = "3.12.8".freeze end