From dff0e341304a8a54ee0278c4ed80e1822ac4c018 Mon Sep 17 00:00:00 2001 From: vb10 Date: Thu, 28 Nov 2024 02:44:21 +0300 Subject: [PATCH] Update CHANGELOG for version 5.0.2: Fix retrying failed requests after token refresh, add maxRetryCount parameter, and optimize package size by removing unused GitHub folder assets. Bump version to 5.0.2 in pubspec.yaml. --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c84753..eb13346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 1d11073..c5f33ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: