diff --git a/CHANGELOG.md b/CHANGELOG.md
index 556a549f..303db30d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [2.9.2](https://github.com/algolia/algoliasearch-wordpress/compare/2.9.1...2.9.2) (2018-01-15)
+
+
+### Performance Improvements
+
+* **terms-index:** use deleteObject instead of deleteBy ([504821b](https://github.com/algolia/algoliasearch-wordpress/commit/504821b))
+* **users-index:** use deleteObject instead of deleteBy ([39625f6](https://github.com/algolia/algoliasearch-wordpress/commit/39625f6))
+* merge deleteBy requests when re-indexing ([32599dd](https://github.com/algolia/algoliasearch-wordpress/commit/32599dd))
+
+
+
## [2.9.1](https://github.com/algolia/algoliasearch-wordpress/compare/2.9.0...2.9.1) (2018-01-08)
diff --git a/README.md b/README.md
index 356e943a..5ff24507 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
**Requires at least:** 4.4
**Tested up to:** 4.9
**Requires PHP:** 5.3
-**Stable tag:** 2.9.1
+**Stable tag:** 2.9.2
**License:** MIT License, GNU General Public License v2.0
Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
diff --git a/README.txt b/README.txt
index 53a02755..eda30aaa 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ Tags: Search, Algolia, Autocomplete, instant-search, relevant search, search hig
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 5.3
-Stable tag: 2.9.1
+Stable tag: 2.9.2
License: MIT License, GNU General Public License v2.0
Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
diff --git a/algolia.php b/algolia.php
index 7d1f078d..bd77cb4d 100644
--- a/algolia.php
+++ b/algolia.php
@@ -5,7 +5,7 @@
* Plugin Name: Search by Algolia – Instant & Relevant results
* Plugin URI: https://community.algolia.com/wordpress
* Description: Search by Algolia is the smartest way to improve search on your site. Autocomplete is included, along with full control over look, feel and relevance.
- * Version: 2.9.1
+ * Version: 2.9.2
* Author: Algolia
* Author URI: https://www.algolia.com/
* License: MIT License, GNU General Public License v2.0
@@ -32,7 +32,7 @@
}
// The Algolia Search plugin version.
-define( 'ALGOLIA_VERSION', '2.9.1' );
+define( 'ALGOLIA_VERSION', '2.9.2' );
define( 'ALGOLIA_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
if ( ! defined( 'ALGOLIA_PATH' ) ) {
diff --git a/docs/index.js b/docs/index.js
index 4ff44338..af28cfd6 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -28,7 +28,7 @@ var siteBuild = Metalsmith(__dirname)
.metadata({
title: 'Algolia Search Plugin for WordPress',
url: 'https://github.com/algolia/algoliasearch-wordpress',
- version: '2.9.1',
+ version: '2.9.2',
time: new Date().getTime(),
tweets:['666409672006606848','675635141713248256','684325213329305600','669552193419259904','672084577805012992','714625225359425536','669555344725696512','688027404741308417','783838738791227392','782584336323227648','787040561215582208','698839453469544448','687060441881796608','705467858961223680','665028633048821760','654785137272459265','661567388983279617','708574926962294784','707863195025858560'],
header: algoliaComponents.communityHeader(communityHeaderData)
diff --git a/languages/algolia.pot b/languages/algolia.pot
index b42b9e3a..3e4e296b 100644
--- a/languages/algolia.pot
+++ b/languages/algolia.pot
@@ -2,9 +2,9 @@
# This file is distributed under the MIT License, GNU General Public License v2.0.
msgid ""
msgstr ""
-"Project-Id-Version: Search by Algolia – Instant & Relevant results 2.9.1\n"
+"Project-Id-Version: Search by Algolia – Instant & Relevant results 2.9.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/algolia\n"
-"POT-Creation-Date: 2018-01-08 13:21:54+00:00\n"
+"POT-Creation-Date: 2018-01-15 20:45:11+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/package.json b/package.json
index 66344a33..56436681 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.9.1",
+ "version": "2.9.2",
"scripts": {
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
"changelog:unreleased": "conventional-changelog --preset angular --output-unreleased"