diff --git a/CHANGELOG.md b/CHANGELOG.md index f93a395..70a9c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +Nothing. + + +## [0.5.15] - 2021-06-07 + ### Added - \[Advanced\] Options for database filtering to save storage space. @@ -503,7 +508,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Offline database with manual updates. -[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.14...master +[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.15...master +[0.5.15]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.14...v0.5.15 [0.5.14]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.13...v0.5.14 [0.5.13]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.12...v0.5.13 [0.5.12]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.11...v0.5.12 diff --git a/app/build.gradle b/app/build.gradle index 574e432..17154c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "dummydomain.yetanothercallblocker" minSdkVersion 14 targetSdkVersion 30 - versionCode 5140 - versionName "0.5.14" + versionCode 5150 + versionName "0.5.15" javaCompileOptions { annotationProcessorOptions {