diff --git a/CHANGELOG.md b/CHANGELOG.md index 2203018..caffef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.3...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.4...main) - [BUGFIX: example](https://github.com/fastruby/next_rails/pull/) * Your changes/patches go here. +# 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) # v1.4.3 / 2025-02-20 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.2...v1.4.3) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index 8d4ea73..f823a0c 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.3" + VERSION = "1.4.4" end