From ee5cb9771190000ce4057abfd0dc6fd907ebfba7 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Tue, 13 Jan 2026 14:51:53 +0000 Subject: [PATCH 1/2] chore(version): Updates gem version to 2.3.0 - Bumps the gem's version from 2.2.4 to 2.3.0 for release candidate. --- app/lib/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/version.rb b/app/lib/version.rb index b8800ad..dbd116f 100644 --- a/app/lib/version.rb +++ b/app/lib/version.rb @@ -2,8 +2,8 @@ module Version MAJOR = 2 - MINOR = 2 - PATCH = 4 + MINOR = 3 + PATCH = 0 SUFFIX = nil VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}".freeze end From 501acb9910e089b42158f940ea2b5caa40f6ac84 Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Tue, 13 Jan 2026 14:52:51 +0000 Subject: [PATCH 2/2] docs: Updates CHANGELOG for v2.3.0 release - Preps the changelog for the release of version 2.3.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a2325..6f5e7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2026-01-13 + ### Changed - Migrated from deprecated `sass-rails` gem to `dartsass-sprockets` (Dart Sass)