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

Commit 68970bb

Browse files
AlgoBot-BitRisePLNech
authored andcommitted
chore(release): Version 3.27.0 [ci skip] (#568)
1 parent 1271069 commit 68970bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.27.0
4+
### Features
5+
* **Index:** Overload for setSettings ([a5881e5](https://github.com/algolia/algoliasearch-client-android/commit/a5881e5))
6+
* **Query:** enablePersonalization ([f01edc4](https://github.com/algolia/algoliasearch-client-android/commit/f01edc4))
7+
38
## 3.26.1
49
* **core:** upgrade to offline core 1.2.2 ([c5dc4ec](https://github.com/algolia/algoliasearch-client-android/commit/c5dc4ec))
510

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.26.1'
29+
PUBLISH_VERSION = '3.27.0'
3030
APPCOMPAT_VERSION = '27.1.1'
3131
BUILD_TOOLS_VERSION = '27.0.3'
3232

0 commit comments

Comments
 (0)