From f5ab32d0c974efd88c9447b7c6eb4c7880f7eb8b Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 9 Jan 2015 10:14:19 +0100 Subject: [PATCH] Update changelog in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 374c561..f75455f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The easiest way to add ckChangeLog to your project is via Gradle. Just add the f ```groovy dependencies { - compile 'de.cketti.library.changelog:ckchangelog:1.2.1' + compile 'de.cketti.library.changelog:ckchangelog:1.2.2' } ``` @@ -79,6 +79,9 @@ In order to change the labels of the dialog add the following items to your `str ## Changelog +### Version 1.2.2 (2015-01-09) +* Added Ukrainian translation + ### Version 1.2.1 * Add support for [AboutLibraries](https://github.com/mikepenz/AboutLibraries) * Fix build scripts so Javadoc JAR is properly created