diff --git a/CHANGELOG.md b/CHANGELOG.md index 98477e7..c4c01a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.1 + +## What's Changed + +- fix: do not emit DecodingError when response is null by @btrautmann in https://github.com/Betterment/sturdy_http/pull/22 + +**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.6.0...v0.6.1 + ## 0.6.0 ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index da0f3f7..9ff818a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sturdy_http description: A strongly typed, event-based, reliable HTTP client that wraps `Dio`. -version: 0.6.0 +version: 0.6.1 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http