Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitvidis committed Oct 5, 2016
1 parent 00c0ac2 commit 9dfae77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
*__note:__ the # at the end of lines are the pull request numbers on GitHub*

# Current

## Breaking Changes

* `KuzzleDataCollection` constructor signature has been changed from:
`KuzzleDataCollection(kuzzle, index, collection)`
to:
`KuzzleDataCollection(kuzzle, collection, index)`
This has been done to make it on par with the `Kuzzle.dataCollectionFactory` method
# 2.0.0

* https://github.com/kuzzleio/sdk-android/releases/tag/2.0.0

# 1.8.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'jacoco-android'
apply plugin: 'com.jfrog.bintray'

version = "1.8.0"
version = "2.0.0"

buildscript {
repositories {
Expand Down

0 comments on commit 9dfae77

Please sign in to comment.