I upgraded from 1.0.17 to 1.1.1 and somewhere (likely #58) the way date/timestamps are serialized regressed from being ISO8601 strings to simple time strings. Luckily my serializer specs caught it.
- "created_at": "2018-03-22T09:45:00.246Z",
- "updated_at": "2018-03-22T09:45:00.246Z",
+ "created_at": "2018-03-22 09:45:00 UTC"
+ "updated_at": "2018-03-22 09:45:00 UTC",