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

Commit

Permalink
chore(release): Version 3.22.14 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitrise Bot committed Jun 29, 2018
1 parent e13e3ff commit fced651
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.22.14
* **fastlane:** Fix the gitcheckout on Gemfile.lock ([d5ea5eb](https://github.com/algolia/algoliasearch-client-android/commit/d5ea5eb))
* **fastlane:** Git checkout Gemfile.lock ([5ae5e52](https://github.com/algolia/algoliasearch-client-android/commit/5ae5e52))
* **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))
* **release.sh:** New MacOS sed is working as expected ([524938a](https://github.com/algolia/algoliasearch-client-android/commit/524938a))
### Features
* **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))

## 3.22.13
* **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)

Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: "com.algolia"
// NOTE: This is the official version number used during publication.
PUBLISH_VERSION = '3.22.13'
PUBLISH_VERSION = '3.22.14'
APPCOMPAT_VERSION = '26.1.0'
BUILD_TOOLS_VERSION = '27.0.3'

Expand Down

0 comments on commit fced651

Please sign in to comment.