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 1
1
Change Log
2
2
==========
3
3
4
- ## Upcoming
4
+ ## 3.6.0 (2016-11-10)
5
5
6
6
### New features
7
- ### Bug fixes
8
- ### Other changes
7
+
8
+ - (#175 ) Add support for [ Algolia Places] ( https://community.algolia.com/places/ )
9
+
9
10
10
11
## 3.5.0 (2016-10-03)
12
+
11
13
### New features
12
14
13
15
- 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'
26
26
ext {
27
27
PUBLISH_GROUP_ID = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
28
28
// NOTE: This is the official version number used during publication.
29
- PUBLISH_VERSION = ' 3.5 .0'
29
+ PUBLISH_VERSION = ' 3.6 .0'
30
30
}
31
31
32
32
android {
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public int hashCode() {
92
92
// ----------------------------------------------------------------------
93
93
94
94
/** This library's version. */
95
- private final static String version = "3.5 .0" ;
95
+ private final static String version = "3.6 .0" ;
96
96
97
97
// ----------------------------------------------------------------------
98
98
// Fields
You can’t perform that action at this time.
0 commit comments