From 2aa8d218f611e94d661c218d686a47db65412d6a Mon Sep 17 00:00:00 2001 From: xynngh Date: Sat, 31 Jul 2021 22:28:44 +0400 Subject: [PATCH] Bump version: v0.5.16 --- CHANGELOG.md | 8 +++++++- app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b4c80..6393813 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.16] - 2021-07-31 + ### Added - \[Advanced\] The "prefixes to keep" parameter (of database filtering) is prefilled (once) based on recent calls. @@ -526,7 +531,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.15...master +[unreleased]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.16...master +[0.5.16]: https://gitlab.com/xynngh/YetAnotherCallBlocker/-/compare/v0.5.15...v0.5.16 [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 diff --git a/app/build.gradle b/app/build.gradle index 7665c80..b28a111 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "dummydomain.yetanothercallblocker" minSdkVersion 14 targetSdkVersion 30 - versionCode 5150 - versionName "0.5.15" + versionCode 5160 + versionName "0.5.16" javaCompileOptions { annotationProcessorOptions {