From fdce1b75ca68277f701307aeed33045114be8497 Mon Sep 17 00:00:00 2001 From: Will Lockwood Date: Mon, 22 Jul 2024 11:29:22 -0700 Subject: [PATCH] chore: Prep 0.4.0 release (#13) --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a42a2..9c047fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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 +* @willlockwood made their first contribution in https://github.com/Betterment/sturdy_http/pull/12 + +**Full Changelog**: https://github.com/Betterment/sturdy_http/compare/v0.3.1...v0.4.0 + ## 0.3.1 ## What's Changed diff --git a/pubspec.yaml b/pubspec.yaml index c6eee93..2ce21af 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.1 +version: 0.4.0 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http