Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit f81866c

Browse files
committed
Bump to 2.6.0
1 parent 2e115c5 commit f81866c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
X.X.X (2016-01-XX)
4+
2.6.0 (2016-01-07)
55
- Add disjunctive faceting method
66

77
2.5.1 (2016-01-07)
@@ -14,7 +14,7 @@ X.X.X (2016-01-XX)
1414

1515
- Added remove stop words query parameter
1616
- Added support of similar queries
17-
17+
1818
2.3.0 (2015-10-01)
1919

2020
- Added support of multiple bounding box for geo-search

algoliasearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626
ext {
2727
PUBLISH_GROUP_ID = 'com.algolia'
2828
PUBLISH_ARTIFACT_ID = 'algoliasearch-android'
29-
PUBLISH_VERSION = '2.5.1'
29+
PUBLISH_VERSION = '2.6.0'
3030
}
3131

3232
android {

algoliasearch/src/main/java/com/algolia/search/saas/BaseAPIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ abstract class BaseAPIClient {
6262
private int httpConnectTimeoutMS = 2000;
6363
private int httpSearchTimeoutMS = 5000;
6464

65-
private final static String version = "2.5.1";
65+
private final static String version = "2.6.0";
6666

6767
private final String applicationID;
6868
private final String apiKey;

0 commit comments

Comments
 (0)