diff --git a/README.markdown b/README.markdown index 778833fafc..f152990c06 100644 --- a/README.markdown +++ b/README.markdown @@ -20,10 +20,10 @@ Dependencies ------------ | Project | Version | Required | |---------|---------|----------| -|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.0.0)|1.0.0|yes| +|[Elasticsearch](https://github.com/elasticsearch/elasticsearch/tree/v1.0.1)|1.0.1|yes| |[Elasticsearch mapper attachments plugin](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.0.0.RC1)|2.0.0.RC1|no| -|[Elasticsearch thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift/tree/v2.0.0.RC1)|2.0.0.RC1|no| -|[Elasticsearch geocluster facet plugin](https://github.com/zenobase/geocluster-facet/tree/0.0.9)|0.0.9|no| +|[Elasticsearch thrift transport plugin](https://github.com/elasticsearch/elasticsearch-transport-thrift/tree/v2.0.0.RC2)|2.0.0.RC2|no| +|[Elasticsearch geocluster facet plugin](https://github.com/zenobase/geocluster-facet/tree/0.0.10)|0.0.10|no| diff --git a/changes.txt b/changes.txt index 8a82e4f70d..bd8ba644f9 100755 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ CHANGES 2014-03-02 +- Release v1.0.1.0 - Issue #554: Fixed Type->deleteByQuery() not working with Query objects 2014-02-27