Skip to content

Commit

Permalink
Release DSL:0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jun 21, 2016
1 parent ed750b9 commit 042cfea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 042cfea

Please sign in to comment.