Skip to content

Commit

Permalink
Release DSL:0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jun 6, 2019
1 parent 8d6aab1 commit 73963e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### DSL 0.1.8

* Swap links elasticsearch.org->elastic.co (@harry-wood)
* Add a composite aggregation (@watsonjon)
* Don't specify a type when creating mappings in tests
* Update links in elasticsearch-dsl README
* Allow Bool query and Bool filter methods to take objects as arguments
* Edit tests on bool query / filter to match context

## 7.0.0.pre

* Added `elastic_ruby_console` executable
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-dsl/lib/elasticsearch/dsl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module DSL
VERSION = "0.1.7"
VERSION = "0.1.8"
end
end

0 comments on commit 73963e7

Please sign in to comment.