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.21.11 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitrise Bot committed Apr 30, 2018
1 parent 1ea875b commit 8afe1fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.21.11
* **Index:** expose addObject(obj, requestOptions) ([7fe0102](https://github.com/algolia/algoliasearch-client-android/commit/7fe0102))
* **Query:** Accept any CharSequence ([#543](https://github.com/algolia/algoliasearch-client-android/issues/543)) ([1ea875b](https://github.com/algolia/algoliasearch-client-android/commit/1ea875b))
### Features
* **Index:** Expose sync methods ([#544](https://github.com/algolia/algoliasearch-client-android/issues/544)) ([59f9c5d](https://github.com/algolia/algoliasearch-client-android/commit/59f9c5d))

## 3.20.11

## 3.20.10
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.20.11'
PUBLISH_VERSION = '3.21.11'
APPCOMPAT_VERSION = '26.1.0'
BUILD_TOOLS_VERSION = '27.0.3'

Expand Down

0 comments on commit 8afe1fb

Please sign in to comment.