Skip to content

Commit 8499675

Browse files
committed
Release 2.6.0 (68)
1 parent 617ec1a commit 8499675

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.0] - 07-07-2020
8+
### Added
9+
- Added list of interfaces
10+
11+
### Changed
12+
- Load CA certificates instead of disabling check
13+
14+
715
## [2.5.3] - 09-04-2020
816
### Added
917
- Added feature to import/export configuration and session

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.gianlu.aria2android"
1515
minSdkVersion 21
1616
targetSdkVersion 29
17-
versionCode 67
18-
versionName "2.5.3"
17+
versionCode 68
18+
versionName "2.6.0"
1919
}
2020

2121
if (isTravis) {
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
### Added
2-
- Added feature to import/export configuration and session
2+
- Added list of interfaces
3+
4+
### Changed
5+
- Load CA certificates instead of disabling check

0 commit comments

Comments
 (0)