From c3bc483d7996c51753ec9e1af7b9b91a2adf65a6 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Wed, 26 Feb 2025 08:26:42 -0600 Subject: [PATCH] Release work for v1.4.4 --- CHANGELOG.md | 4 +++- lib/next_rails/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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