CHANGELOG.md in easy-jsonapi-1.0.6 vs CHANGELOG.md in easy-jsonapi-1.0.7

- old
+ new

@@ -1,11 +1,15 @@ # CHANGELOG -## 1.0.6 - 2020-03-20 +## 1.0.7 - 2020-03-31 +- Fixed bug in JSONAPI::Parser::JSONParser that would serialize hashes with symbol key values instead of string + +## 1.0.6 - 2020-03-30 + - Fixed bug in JSONAPI::Middleware that was not checking for environment variables properly -## 1.0.5 - 2020-03-20 +## 1.0.5 - 2020-03-30 - Fixed bug in JSONAPI::Exceptions::HeadersExceptions that didn't check for user required headers requirements - Fixed bug in JSONAPI::Exceptions::QueryParamExceptions that didn't check for user required query param requirements - Added more tests to the middleware - Updated Documentation