From 1e789c1d6b7585196d0b8a0efd9377f6aaa0c024 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 19 Jul 2026 12:41:05 +0200 Subject: [PATCH] chore: release v1.7.1 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d90161..d19adca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.1] - 2026-07-19 + ### Fixed - Web build failure with dio >= 5.8: `DioExceptionType` switch is now diff --git a/pubspec.yaml b/pubspec.yaml index a54d0e3..36b0421 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.7.0+1 +version: 1.7.1+1 environment: sdk: ^3.10.4