From 7b9d167762732fedfcc571d57704d8b2f3645c32 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 28 Mar 2024 06:23:45 +0000 Subject: [PATCH] Bump version to 3.11.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- lib/train/version.rb | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224c1b34..d4f42199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ - -## Unreleased + +## [v3.11.2](https://github.com/inspec/train/tree/v3.11.2) (2024-03-28) #### Merged Pull Requests +- Fix: Update ruby base image to bullseye in CI tests [#765](https://github.com/inspec/train/pull/765) ([ahasunos](https://github.com/ahasunos)) - CHEF-7180: Fix configuration values in sonar configuration file [#761](https://github.com/inspec/train/pull/761) ([Vasu1105](https://github.com/Vasu1105)) - Adds missing configuration for coverage pipeline [#760](https://github.com/inspec/train/pull/760) ([Vasu1105](https://github.com/Vasu1105)) @@ -10,6 +11,7 @@ ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Fix: Update ruby base image to bullseye in CI tests [#765](https://github.com/inspec/train/pull/765) ([ahasunos](https://github.com/ahasunos)) - CHEF-7180: Fix configuration values in sonar configuration file [#761](https://github.com/inspec/train/pull/761) ([Vasu1105](https://github.com/Vasu1105)) - Adds missing configuration for coverage pipeline [#760](https://github.com/inspec/train/pull/760) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-7180: Configures sonarqube for code coverage anlaysis [#758](https://github.com/inspec/train/pull/758) ([Vasu1105](https://github.com/Vasu1105)) diff --git a/VERSION b/VERSION index 7a826566..f4687fd4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.11.1 \ No newline at end of file +3.11.2 \ No newline at end of file diff --git a/lib/train/version.rb b/lib/train/version.rb index f748e64e..5d75e78f 100644 --- a/lib/train/version.rb +++ b/lib/train/version.rb @@ -2,5 +2,5 @@ # Author:: Dominik Richter () module Train - VERSION = "3.11.1".freeze + VERSION = "3.11.2".freeze end