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

Commit fced651

Browse files
author
Bitrise Bot
committed
chore(release): Version 3.22.14 [ci skip]
1 parent e13e3ff commit fced651

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.22.14
4+
* **fastlane:** Fix the gitcheckout on Gemfile.lock ([d5ea5eb](https://github.com/algolia/algoliasearch-client-android/commit/d5ea5eb))
5+
* **fastlane:** Git checkout Gemfile.lock ([5ae5e52](https://github.com/algolia/algoliasearch-client-android/commit/5ae5e52))
6+
* **MirroredIndex:** fix the timeout conversion ([#550](https://github.com/algolia/algoliasearch-client-android/issues/550)) ([e13e3ff](https://github.com/algolia/algoliasearch-client-android/commit/e13e3ff))
7+
* **release.sh:** New MacOS sed is working as expected ([524938a](https://github.com/algolia/algoliasearch-client-android/commit/524938a))
8+
### Features
9+
* **clickAnalytics:** Add clickAnalytics feature. Used to return the queryID for analytics ([#548](https://github.com/algolia/algoliasearch-client-android/issues/548)) ([78e4b73](https://github.com/algolia/algoliasearch-client-android/commit/78e4b73))
10+
311
## 3.22.13
412
* **Query:** Implement optionalFilters/sumOrFiltersScores ([#546](https://github.com/algolia/algoliasearch-client-android/issues/546)) ([0d7f16f](https://github.com/algolia/algoliasearch-client-android/commit/0d7f16f)), closes [algolia/algoliasearch-client-swift#557](https://github.com/algolia/algoliasearch-client-swift/issues/557)
513

algoliasearch/common.gradle

+1-1
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.22.13'
29+
PUBLISH_VERSION = '3.22.14'
3030
APPCOMPAT_VERSION = '26.1.0'
3131
BUILD_TOOLS_VERSION = '27.0.3'
3232

0 commit comments

Comments
 (0)