diff --git a/CHANGELOG.md b/CHANGELOG.md index f391365..94ba981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.0 + +- feat: support capturing and emitting header values by @btrautmann in https://github.com/Betterment/sturdy_http/pull/27 + ## 0.6.2 - chore: loosen dart constraint by @btrautmann in https://github.com/Betterment/sturdy_http/pull/25 diff --git a/pubspec.yaml b/pubspec.yaml index f40ed80..c82f0d2 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.2 +version: 0.7.0 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http