Skip to content

Commit 12a290a

Browse files
committed
Release 0.1.6
1 parent ee29d75 commit 12a290a

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
lines changed

elasticsearch-model/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.6
2+
3+
* Improved documentation
4+
* Added dynamic getter/setter (block/proc) for `MyModel.index_name`
5+
* Added the `update_document_attributes` method
6+
* Added, that records to import can be limited by the `query` option
7+
18
## 0.1.5
29

310
* Improved documentation
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "0.1.5"
3+
VERSION = "0.1.6"
44
end
55
end

elasticsearch-persistence/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.6
2+
3+
* Improved documentation
4+
* Refactored the Rails' forms date conversions into a module method
5+
* Changed, that search requests are executed through a `SearchRequest` class
6+
17
## 0.1.5
28

39
* Improved documentation
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = "0.1.5"
3+
VERSION = "0.1.6"
44
end
55
end

elasticsearch-rails/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.6
2+
3+
* Fixed errors in templates for the Rails example applications
4+
* Fixed errors in the importing Rake task
5+
* Refactored and updated the instrumentation support to allow integration with `Persistence::Model`
6+
17
## 0.1.5
28

39
* Fixed an exception when no suggestions were returned in the `03-expert` example application template
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "0.1.5"
3+
VERSION = "0.1.6"
44
end
55
end

0 commit comments

Comments
 (0)