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

Commit 50fd6fc

Browse files
author
Clément Le Provost
committed
Version 3.6.0
1 parent 3466838 commit 50fd6fc

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Change 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

algoliasearch/common.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 = 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

3232
android {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)