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