From 9fe09dd9e76f6eda5563dbd12ace94eaf35d8714 Mon Sep 17 00:00:00 2001 From: Brandon Trautmann Date: Tue, 2 Apr 2024 16:22:40 -0400 Subject: [PATCH] chore: prep 0.3.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a9f92..39a42a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 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 diff --git a/pubspec.yaml b/pubspec.yaml index 21cf7f7..3a6d8de 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.3.0 +version: 0.3.1 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http