diff --git a/CHANGES.md b/CHANGES.md index 8ab7bb5..91d649f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.2.3 + +* Fix deprecation warning related to `respond_to?` + # 0.2.2 * Support ActiveRecord 6.1 diff --git a/lib/reform/rails/version.rb b/lib/reform/rails/version.rb index c3e2b21..b65dc1e 100644 --- a/lib/reform/rails/version.rb +++ b/lib/reform/rails/version.rb @@ -1,5 +1,5 @@ module Reform module Rails - VERSION = "0.2.2" + VERSION = "0.2.3" end end