From 8b129c3f60f9f661cba2cc705617d3ec2fc5a127 Mon Sep 17 00:00:00 2001 From: Francois Buys Date: Tue, 15 Apr 2025 21:45:17 +0200 Subject: [PATCH] Release v1.4.6 --- 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 62b4b45..a3a7eae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.5...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.6...main) - [BUGFIX: example](https://github.com/fastruby/next_rails/pull/) * Your changes/patches go here. +# v1.4.6 / 2025-04-15 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.5...v1.4.6) + - [BUFIX: Fix compatibilities performance bug](https://github.com/fastruby/next_rails/pull/150) # v1.4.5 / 2025-03-07 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.4...v1.4.5) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index a94fe14..e81698c 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.5" + VERSION = "1.4.6" end