diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d6185..c4f8f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 2.6.0 + ## 2.5.1 * Add cleaning up of incoming template, which must remove all malformed parts from string template (fix of [#126](https://github.com/InsanusMokrassar/krontab/issues/126)) diff --git a/gradle.properties b/gradle.properties index f9510e3..2e6ae2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,5 +36,5 @@ androidx_work_version=2.10.0 ## Common -version=2.5.1 -android_code_version=43 +version=2.6.0 +android_code_version=44