diff --git a/CHANGELOG.md b/CHANGELOG.md index e69c32a..13a9f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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 diff --git a/pubspec.yaml b/pubspec.yaml index 530ac11..21cf7f7 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.2.0 +version: 0.3.0 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http