Skip to content

Commit

Permalink
releasing 2.4.1 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshjain999 committed Jun 30, 2022
1 parent 041b1e1 commit 9cbd508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Trailblazer
module Rails
VERSION = "2.4.0".freeze
VERSION = "2.4.1".freeze
end
end

0 comments on commit 9cbd508

Please sign in to comment.