Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed May 8, 2023
1 parent d1ec714 commit 010cfcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.4

* Fix keyword argument warning in `method_missing` (https://github.com/trailblazer/reform-rails/pull/97)
* Internal: Replace Uber::Delegates with Forwardable in Form::ActiveModel

# 0.2.3

* Fix deprecation warning related to `respond_to?`
Expand Down
2 changes: 1 addition & 1 deletion lib/reform/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Reform
module Rails
VERSION = "0.2.3"
VERSION = "0.2.4"
end
end

0 comments on commit 010cfcd

Please sign in to comment.