Skip to content

Commit

Permalink
chore(release): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorahman committed Jun 14, 2024
1 parent 7b5ad11 commit 9ba259e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9ba259e

Please sign in to comment.