From dd6c1b47e690ab037533f0d2c8bdad203362b545 Mon Sep 17 00:00:00 2001 From: Assem Marwan Date: Fri, 12 Nov 2021 21:16:10 +0400 Subject: [PATCH] chore: Bump version (2.0.1) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f9a81..2d232b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 +- Fixed parsing request/response to String +- Fixed handling of JSON response if List + ## 2.0.0 - Fully migrated to Null Safety diff --git a/pubspec.yaml b/pubspec.yaml index 7f3b2bb..bd0a270 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.0.0 +version: 2.0.1 repository: https://github.com/assemmarwan/dio_http_formatter homepage: https://github.com/assemmarwan/dio_http_formatter