diff --git a/CHANGELOG.md b/CHANGELOG.md index 2baadd8eac..f5971f6ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## DSL:0.1.4 + +* Added correct implementation of `Sort#empty?` +* Added the `filter` method to the Bool query +* Added the pipeline aggregations +* Allowed access to calling context from search block + ## EXT:0.0.22 * Refactored and significantly improved the "Reindex" extension diff --git a/elasticsearch-dsl/lib/elasticsearch/dsl/version.rb b/elasticsearch-dsl/lib/elasticsearch/dsl/version.rb index d1bef11538..a09db7574a 100644 --- a/elasticsearch-dsl/lib/elasticsearch/dsl/version.rb +++ b/elasticsearch-dsl/lib/elasticsearch/dsl/version.rb @@ -1,5 +1,5 @@ module Elasticsearch module DSL - VERSION = "0.1.3" + VERSION = "0.1.4" end end