From 440db37e4160ebabaa4e70ea3a54629271251428 Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Tue, 24 Sep 2024 23:09:38 -0600 Subject: [PATCH] Release work for v1.4.0 --- CHANGELOG.md | 6 ++++-- lib/next_rails/version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9d2f0..c49644c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.3.0...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.0...main) * Your changes/patches go here. -- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117) +# v1.4.0 / 2024-09-24 [(commits)](https://github.com/fastruby/next_rails/compare/v1.3.0...v1.4.0) + +- [CHORE: Use next_rails namespace on spec tests.](https://github.com/fastruby/next_rails/pull/117) - [CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support](https://github.com/fastruby/next_rails/pull/126) - [CHORE: Update compatibility for Ruby versions to use Rainbow](https://github.com/fastruby/next_rails/pull/125) - [FEATURE: Support compatibility for Ruby versions](https://github.com/fastruby/next_rails/pull/116) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index e738d56..ef27762 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.3.0" + VERSION = "1.4.0" end