diff --git a/ChangeLog b/ChangeLog index 0a6fc7a..589762a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ CHANGELOG +2018-08-27 1.7.0 + * [FEAT] Context Decorator to temporarily disable the auto-indexing (#266) + * [FIX] Make the temp index name respect the suffix and prefix (#268) + 2018-05-30 1.6.0 * [FEAT] Auto-discover the index.py files @@ -30,7 +34,7 @@ CHANGELOG * [ADD] Reset method to reinitialize an AlgoliaEngine 2017-05-21 1.3.2 - * [FIX] Fix reindex to handle replicas + * [FIX] Fix reindex to handle replicas 2017-05-24 1.3.1 * [README] Update readme to match new package name diff --git a/algoliasearch_django/version.py b/algoliasearch_django/version.py index f23b083..81af483 100644 --- a/algoliasearch_django/version.py +++ b/algoliasearch_django/version.py @@ -1 +1 @@ -VERSION = '1.6.0' +VERSION = '1.7.0'