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 +8
-4
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- ## 3.5 (2016-10-03)
4
+ ## Upcoming
5
5
6
+ ### New features
7
+ ### Bug fixes
8
+ ### Other changes
9
+
10
+ ## 3.5.0 (2016-10-03)
6
11
### New features
7
12
8
13
- Support the ` createIfNoExists ` parameter in partial updates
@@ -20,7 +25,6 @@ Change Log
20
25
- Upgrade to Build Tools 24.0.3
21
26
- Upgrade to Oracle JDK 8 in Travis
22
27
23
-
24
28
## 3.4.2 (2016-09-15)
25
29
26
30
- New ` Client.getIndex() ` method to automatically share ` Index ` instances with same name
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'
29
+ PUBLISH_VERSION = ' 3.5.0 '
30
30
}
31
31
32
32
android {
Original file line number Diff line number Diff line change 65
65
* </p>
66
66
*/
67
67
public class Client {
68
- private final static String version = "3.5" ;
68
+ private final static String version = "3.5.0 " ;
69
69
70
70
/**
71
71
* The user agents as a raw string. This is what is passed in request headers.
You can’t perform that action at this time.
0 commit comments