diff --git a/CHANGELOG.md b/CHANGELOG.md index c470e5fd4..b334302a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.6.0] - 30-11-2019 +### Changed +- Request legacy storage permissions (fix In-App Downloader permission denied) +- Updated Material theme +- Minor bug fixes + + ## [5.5.1] - 29-11-2019 ### Changed - Fixed In-App Downloader not working on some devices diff --git a/app/build.gradle b/app/build.gradle index 9498120fc..ebee1698a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 29 - versionCode 198 - versionName "5.5.1" + versionCode 199 + versionName "5.6.0" } if (isTravis) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 978b1f4a0..eb61f7b3f 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,4 @@ ### Changed -- Fixed In-App Downloader not working on some devices \ No newline at end of file +- Request legacy storage permissions (fix In-App Downloader permission denied) +- Updated Material theme +- Minor bug fixes \ No newline at end of file