* 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
4 lines
50 B
Ruby
4 lines
50 B
Ruby
module FastJsonapi
|
|
VERSION = '1.7.1'.freeze
|
|
end
|