Changelog
=========
### 2014-07-23
* Update to Elasticsearch 1.3.0
* Add support for [top hits aggregation](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-metrics-top-hits-aggregation.html)

### 2014-06-19
* Update to Elasticsearch 1.2.1

### 2014-04-02
* Add `set_size()` and `set_shard_size()` methods to [Terms aggregation](https://github.com/jlinn/pylastica/blob/master/pylastica/aggregation/terms.py)

### 2014-03-28
* Update to Elasticsearch 1.1.0
* Add support for [indices filter](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-indices-filter.html)

### 2014-03-07
* Update to Elasticsearch 1.0.1
* Add snapshot / restore functionality

### 2014-02-12
* Update to Elasticsearch 1.0.0

### 2014-02-03
* Update to Elasticsearch 1.0.0.RC2
* Update GeohashGrid aggregation to reflect name change
* Update aggregations tests to compensate for response refactoring

### 2014-01-29
* Update to Elasticsearch 1.0.0.RC1. This is a breaking change.
* Add aggregations

### 2014-01-24
* Update to Elasticsearch 0.90.10

### 2013-12-18
* Update to Elasticsearch 0.90.8
* Add support for [simple_query_string query](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html)

### 2013-12-13
* Add support for [suggesters](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters.html)