From 5f3690aafea2d000d9df7a62a9b33df71bdbd8cb Mon Sep 17 00:00:00 2001 From: Assem Marwan Date: Fri, 24 Feb 2023 15:32:12 +0400 Subject: [PATCH] chore: Bump version (2.1.1) --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df7c27d..77bcf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.1.1 +- fix: Avoid replacing `extra` property of options (#6) + ## 2.1.0 - feat: Ability to print query parameters (Enabled by default: `includeRequestQueryParams` ) - docs: Added example of query parameters print output diff --git a/pubspec.yaml b/pubspec.yaml index 71b648f..ec6d417 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dio_http_formatter description: A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging -version: 2.1.0 +version: 2.1.1 repository: https://github.com/assemmarwan/dio_http_formatter homepage: https://github.com/assemmarwan/dio_http_formatter