Skip to content

Commit 73963e7

Browse files
committed
Release DSL:0.1.8
1 parent 8d6aab1 commit 73963e7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 7.0.0.pre
211

312
* Added `elastic_ruby_console` executable

elasticsearch-dsl/lib/elasticsearch/dsl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module Elasticsearch
1919
module DSL
20-
VERSION = "0.1.7"
20+
VERSION = "0.1.8"
2121
end
2222
end

0 commit comments

Comments
 (0)