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) 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