Skip to content

Commit

Permalink
Prepare for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Sep 16, 2016
1 parent 3035c81 commit 85fdbeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
VERSION_NAME=1.0.0

0 comments on commit 85fdbeb

Please sign in to comment.