diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c01a1..f391365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -## 0.6.1 +## 0.6.2 + +- chore: loosen dart constraint by @btrautmann in https://github.com/Betterment/sturdy_http/pull/25 + +**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.6.1...v0.6.2 -## What's Changed +## 0.6.1 - fix: do not emit DecodingError when response is null by @btrautmann in https://github.com/Betterment/sturdy_http/pull/22 @@ -8,8 +12,6 @@ ## 0.6.0 -## What's Changed - - chore: upgrade dependencies; remove freezed by @btrautmann in https://github.com/Betterment/sturdy_http/pull/19 - chore: add proper toString() implementations for NetworkResponse types by @btrautmann in https://github.com/Betterment/sturdy_http/pull/20 @@ -21,24 +23,18 @@ ## 0.5.1 -## What's Changed - - fix: loosen collection constraint by @btrautmann in https://github.com/Betterment/sturdy_http/pull/16 **Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.5.0...v0.5.1 ## 0.5.0 -## What's Changed - - refactor: make network response a sealed class by @btrautmann in https://github.com/Betterment/sturdy_http/pull/14 **Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.4.0...v0.5.0 ## 0.4.0 -## What's Changed - - feat: Add support for `426: Upgrade Required` by @willlockwood in https://github.com/Betterment/sturdy_http/pull/12 ## New Contributors @@ -49,24 +45,18 @@ ## 0.3.1 -## What's Changed - - fix: export retry_behavior by @btrautmann in https://github.com/Betterment/sturdy_http/pull/10 **Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.3.0...v0.3.1 ## 0.3.0 -## What's Changed - - feat: support retrying failed requests by @btrautmann in https://github.com/Betterment/sturdy_http/pull/8 **Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.2.0...v0.3.0 ## 0.2.0 -## What's Changed - - chore: update outdated dependencies by @ClaireDavis in https://github.com/Betterment/sturdy_http/pull/6 ## New Contributors diff --git a/pubspec.yaml b/pubspec.yaml index d968d0d..f40ed80 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.1 +version: 0.6.2 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http