diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3b34e..86849eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 3.2.0 + feat: Mock timeout in Http request + +## 3.1.0 + fix: When calling the /me route to fetch data from the logged in user, it is returning a 500 error, as the user has a uuid and not an int id. Thank You @luisgustavoo for the fix + + ## 3.1.0 feat: - Support for customizing the login validation fields + Support for customizing the login validation fields (Thank You @adilsonjuniordev) ## 3.0.0 fix: BREAK Change: change PUT behavior to return 404 when resource not found diff --git a/pubspec.yaml b/pubspec.yaml index 98a5947..51ff0a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: json_rest_server description: A RESTful server based on JSON With this package you can have a fully functional RESTful server with auth, pagination and all the necessaries services do build an application -version: 3.1.0 +version: 3.2.0 repository: https://github.com/rodrigorahman/json_rest_server issue_tracker: https://github.com/rodrigorahman/json_rest_server/issues