diff --git a/CHANGELOG.md b/CHANGELOG.md index c49644c..eaed30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ * Your changes/patches go here. +# v1.4.1 / 2024-10-22 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.0...v1.4.1) + +- [BUGFIX: Fix performance regression due to rainbow refinement](https://github.com/fastruby/next_rails/pull/131) + # v1.4.0 / 2024-09-24 [(commits)](https://github.com/fastruby/next_rails/compare/v1.3.0...v1.4.0) - [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index ef27762..fe11ec6 100644 --- a/lib/next_rails/version.rb +++ b/lib/next_rails/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NextRails - VERSION = "1.4.0" + VERSION = "1.4.1" end