Skip to content

Commit

Permalink
Merge branch 'release/1.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemfromspace committed Aug 27, 2018
2 parents 80ac116 + fe21f95 commit 6fb3b33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch_django/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.6.0'
VERSION = '1.7.0'

0 comments on commit 6fb3b33

Please sign in to comment.