From ea63537ffa6054fbde6cca029955170b4a92ce2d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 19 Dec 2024 12:13:14 +0000 Subject: [PATCH] Bump version to 9.3.19 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/fauxhai/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9176c19..308c5eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ - -## [v9.3.18](https://github.com/chef/fauxhai/tree/v9.3.18) (2024-11-26) + +## [v9.3.19](https://github.com/chef/fauxhai/tree/v9.3.19) (2024-12-19) #### Merged Pull Requests -- Package fauxhai as a hab package [#31](https://github.com/chef/fauxhai/pull/31) ([sanjain-progress](https://github.com/sanjain-progress)) +- Added the release branch [#40](https://github.com/chef/fauxhai/pull/40) ([nikhil2611](https://github.com/nikhil2611)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Added the release branch [#40](https://github.com/chef/fauxhai/pull/40) ([nikhil2611](https://github.com/nikhil2611)) - Package fauxhai as a hab package [#31](https://github.com/chef/fauxhai/pull/31) ([sanjain-progress](https://github.com/sanjain-progress)) - [CI] Drop EOL rubies [#33](https://github.com/chef/fauxhai/pull/33) ([dafyddcrosby](https://github.com/dafyddcrosby)) diff --git a/VERSION b/VERSION index e6f9ffac..9e0cd3a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.18 \ No newline at end of file +9.3.19 \ No newline at end of file diff --git a/lib/fauxhai/version.rb b/lib/fauxhai/version.rb index 606a09af..e4ee72dd 100644 --- a/lib/fauxhai/version.rb +++ b/lib/fauxhai/version.rb @@ -1,3 +1,3 @@ module Fauxhai - VERSION = "9.3.18".freeze + VERSION = "9.3.19".freeze end