From 85fdbebe95bc7a2e4671c616b193fd892b1e295c Mon Sep 17 00:00:00 2001 From: Aitor Viana Date: Fri, 16 Sep 2016 11:23:55 +0200 Subject: [PATCH] Prepare for release 1.0.0 --- CHANGELOG.md | 7 ++++--- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e044e..4c91502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ Change Log ========== -Version 1.0.0 *(2016-xx-xx)* +Version 1.0.0 *(2016-09-16)* ---------------------------- -**Warning: this is a major release, some methods have been removed or changed.** +**Warning: this is a major release, interfaces have changed.** - * Fix visibility of classes and interfaces + * **The method `FingerLock.initialize()` returns a `FingerLockManager` instance** * Refactor some classes to put the core library behind an interface + * Fix visibility of classes and interfaces Version 0.2.3 *(2016-09-14)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index ad85091..66497de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,4 +17,4 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.2.3 \ No newline at end of file +VERSION_NAME=1.0.0 \ No newline at end of file