diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8269c9..c68368e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.36 (2017-06-05) + +* Check if feed title is empty, Fixes #67 +* Fix issues reported via email (realm objects no longer valid) + ## 0.35 (2017-05-21) * Show all articles when only unread is disabled (Fixes #54) diff --git a/app/build.gradle b/app/build.gradle index b282b690..ac0c310b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { applicationId "email.schaal.ocreader" minSdkVersion 16 targetSdkVersion 25 - versionCode 38 - versionName "0.35" + versionCode 39 + versionName "0.36" archivesBaseName="${getApplicationId()}_${getVersionCode()}"