From 54ca10ce3cca0dc3af90730ab51a231d0e858f37 Mon Sep 17 00:00:00 2001 From: yosemiteyss Date: Sat, 1 Jun 2024 01:05:21 +0800 Subject: [PATCH] update version to 1.2.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a30dbb..eb28005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.2.1 +- Fixed `ProxyType` convert string error + ## 1.2.0 - Added `SearchController` to api client (thanks to @bhaan) - Added `trackersRemoved` to `MainData` dto (thanks to @bhaan) diff --git a/pubspec.yaml b/pubspec.yaml index 507abd6..8efdfb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qbittorrent_api description: This package provides methods for making requests to qBittorrent Web API using Dart. -version: 1.2.0 +version: 1.2.1 repository: https://github.com/yosemiteyss/qbittorrent_api environment: