diff --git a/CHANGELOG.md b/CHANGELOG.md index eb50ed6..04ca269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 +- Added search controller to api clien (thanks to @bhaan) +- Added trackers removed to main data dto (thanks to @bhaan) +- Added peers removed to peers data dto (thanks to @bhaan) +- Fixed change relevance to double on peers info dto (thanks to @bhaan) + ## 1.1.0 - Fix use int for file priority diff --git a/pubspec.yaml b/pubspec.yaml index d81d6f1..507abd6 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.1.0 +version: 1.2.0 repository: https://github.com/yosemiteyss/qbittorrent_api environment: