diff --git a/CHANGELOG.md b/CHANGELOG.md index e57136c5..eefdc899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.1+1 + +- Fix generation of link to release notes on GitHub Releases (#799) + ## 1.10.1 - Fix crash when `allowCellular` is null on iOS (#774) diff --git a/pubspec.yaml b/pubspec.yaml index 9d215308..df01df8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_downloader description: Powerful plugin making it easy to download files. -version: 1.10.1 +version: 1.10.1+1 repository: https://github.com/fluttercommunity/flutter_downloader issue_tracker: https://github.com/fluttercommunity/flutter_downloader/issues maintainer: Bartek Pacia (@bartekpacia)