Skip to content

Commit 6fb3b33

Browse files
author
Clement Denoix
committed
Merge branch 'release/1.7.0'
2 parents 80ac116 + fe21f95 commit 6fb3b33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
CHANGELOG
33

4+
2018-08-27 1.7.0
5+
* [FEAT] Context Decorator to temporarily disable the auto-indexing (#266)
6+
* [FIX] Make the temp index name respect the suffix and prefix (#268)
7+
48
2018-05-30 1.6.0
59
* [FEAT] Auto-discover the index.py files
610

@@ -30,7 +34,7 @@ CHANGELOG
3034
* [ADD] Reset method to reinitialize an AlgoliaEngine
3135

3236
2017-05-21 1.3.2
33-
* [FIX] Fix reindex to handle replicas
37+
* [FIX] Fix reindex to handle replicas
3438

3539
2017-05-24 1.3.1
3640
* [README] Update readme to match new package name

algoliasearch_django/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.6.0'
1+
VERSION = '1.7.0'

0 commit comments

Comments
 (0)