We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6aab1 commit 73963e7Copy full SHA for 73963e7
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+### DSL 0.1.8
2
+
3
+* Swap links elasticsearch.org->elastic.co (@harry-wood)
4
+* Add a composite aggregation (@watsonjon)
5
+* Don't specify a type when creating mappings in tests
6
+* Update links in elasticsearch-dsl README
7
+* Allow Bool query and Bool filter methods to take objects as arguments
8
+* Edit tests on bool query / filter to match context
9
10
## 7.0.0.pre
11
12
* Added `elastic_ruby_console` executable
elasticsearch-dsl/lib/elasticsearch/dsl/version.rb
@@ -17,6 +17,6 @@
17
18
module Elasticsearch
19
module DSL
20
- VERSION = "0.1.7"
+ VERSION = "0.1.8"
21
end
22
0 commit comments