From 4cc86c4928cbf57bb45c1b7d05ff64563673331b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 26 Nov 2024 21:40:46 +0000 Subject: [PATCH] Bump version to 9.3.17 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/fauxhai/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0af6c8..80a25c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v9.3.17](https://github.com/chef/fauxhai/tree/v9.3.17) (2024-11-26) + +#### Merged Pull Requests +- [CI] Drop EOL rubies [#33](https://github.com/chef/fauxhai/pull/33) ([dafyddcrosby](https://github.com/dafyddcrosby)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- [CI] Drop EOL rubies [#33](https://github.com/chef/fauxhai/pull/33) ([dafyddcrosby](https://github.com/dafyddcrosby)) diff --git a/VERSION b/VERSION index d1e0657f..64cb16f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.16 \ No newline at end of file +9.3.17 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 18770e63..84815501 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "9.3.16".freeze + VERSION = "9.3.17".freeze end