Skip to content

Commit

Permalink
Update CHANGELOG for version 5.0.2: Fix retrying failed requests afte…
Browse files Browse the repository at this point in the history
…r token refresh, add maxRetryCount parameter, and optimize package size by removing unused GitHub folder assets. Bump version to 5.0.2 in pubspec.yaml.
  • Loading branch information
VB10 committed Nov 27, 2024
1 parent 1185a28 commit dff0e34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

- Added new method for sending request it is enable to "fold" option for every response

# [5.0.2]

- [Fix Issue with Retrying Failed Request After Successful Token Refresh #119](https://github.com/VB10/vexana/issues/119)
- [add maxRetryCount param #114](https://github.com/VB10/vexana/issues/114)
- [Optimize Package Size by Removing Unused GitHub Folder Assets #120](https://github.com/VB10/vexana/issues/120)

# [5.0.1]

- Fixed [#115](https://github.com/VB10/vexana/issues/115)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: vexana
description: Manage your network layer with dio. You will be able to use it very
easily network operations.
version: 5.0.1
version: 5.0.2
homepage: https://github.com/VB10/vexana
issue_tracker: https://github.com/VB10/vexana/issues
funding:
Expand Down

0 comments on commit dff0e34

Please sign in to comment.