Kevin Pheasey b64a0ceeed
fix(ObjectSerializer): pass to_json arguments (#80)
* fix(ObjectSerializer): pass to_json arguments

to_json takes arguments that serialized_json did not define.  This breaks a lot of things.

* Update CHANGELOG.md with latest fix and release
2020-05-01 09:02:03 -04:00

4 lines
50 B
Ruby

module FastJsonapi
VERSION = '1.7.1'.freeze
end