Skip to content

Commit

Permalink
Release work for v1.4.4 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVqz authored Feb 26, 2025
1 parent fa40882 commit aca1c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/<number>)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextRails
VERSION = "1.4.3"
VERSION = "1.4.4"
end

0 comments on commit aca1c12

Please sign in to comment.