This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4- ## Upcoming
4+ ## 3.6.0 (2016-11-10)
55
66### New features
7- ### Bug fixes
8- ### Other changes
7+
8+ - (#175 ) Add support for [ Algolia Places] ( https://community.algolia.com/places/ )
9+
910
1011## 3.5.0 (2016-10-03)
12+
1113### New features
1214
1315- Support the ` createIfNoExists ` parameter in partial updates
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626ext {
2727 PUBLISH_GROUP_ID = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
2828 // NOTE: This is the official version number used during publication.
29- PUBLISH_VERSION = ' 3.5 .0'
29+ PUBLISH_VERSION = ' 3.6 .0'
3030}
3131
3232android {
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public int hashCode() {
9292 // ----------------------------------------------------------------------
9393
9494 /** This library's version. */
95- private final static String version = "3.5 .0" ;
95+ private final static String version = "3.6 .0" ;
9696
9797 // ----------------------------------------------------------------------
9898 // Fields
You can’t perform that action at this time.
0 commit comments