Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Bump version code and update CHANGELOG.md for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schaal committed May 22, 2016
1 parent 9d564bc commit c757d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7 (2016-05-22)

* Remove accepting of selfs-signed certs again, this undermines TLS security (see e.g. https://github.com/owncloud/news/blob/master/docs/developer/External-Api.md#security-guidelines)
* Don't start a full sync if article changes weren't synced successfully (hopefully fixes #6)
* Fixes for LoginActivity

## 0.6 (2016-05-03)

* Add possibility to accept self-signed certs (Uses [MemorizingTrustManager](https://github.com/ge0rg/MemorizingTrustManager))
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 23
versionCode 9
versionName "0.6"
versionCode 10
versionName "0.7"

archivesBaseName="${getApplicationId()}_${getVersionCode()}"

Expand Down

0 comments on commit c757d7e

Please sign in to comment.