From 9cbd5088cd69bfe219a7d1183a5cf5c8ab4ff351 Mon Sep 17 00:00:00 2001 From: Yogesh Khater Date: Thu, 30 Jun 2022 11:09:49 +0530 Subject: [PATCH] releasing 2.4.1 :beers: --- CHANGES.md | 4 ++++ lib/trailblazer/rails/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 99eff8a..64fc9ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 2.4.1 + +* Pass keyword arguments to the success result block + # 2.4.0 * Remove legacy code belonging to the old `trailblazer-loader` gem. * Use ActionController::API in addition to ActionController::Base to add the `run` method. diff --git a/lib/trailblazer/rails/version.rb b/lib/trailblazer/rails/version.rb index 5cc6646..68726af 100644 --- a/lib/trailblazer/rails/version.rb +++ b/lib/trailblazer/rails/version.rb @@ -1,5 +1,5 @@ module Trailblazer module Rails - VERSION = "2.4.0".freeze + VERSION = "2.4.1".freeze end end