diff --git a/CHANGELOG.md b/CHANGELOG.md index 667bfcd..4796bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.4...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.5...main) - [BUGFIX: example](https://github.com/fastruby/next_rails/pull/) -- [Move rails_version compatibility to its own class](https://github.com/fastruby/next_rails/pull/137) * Your changes/patches go here. +# v1.4.5 / 2025-03-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.4...v1.4.5) + +- [Move rails_version compatibility to its own class](https://github.com/fastruby/next_rails/pull/137) + # v1.4.4 / 2025-02-26 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.3...v1.4.4) - [FEATURE: Update deprecation tracker to support newer Rails versions (7.1+)](https://github.com/fastruby/next_rails/pull/142) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index f823a0c..a94fe14 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.4" + VERSION = "1.4.5" end