Skip to content

Commit 250eb41

Browse files
committed
Release 0.1.3
1 parent 0577d55 commit 250eb41

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

elasticsearch-model/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.1.3
2+
13
## 0.1.2
24

35
* Properly delegate existence methods like `result.foo?` to `result._source.foo`
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "0.1.2"
3+
VERSION = "0.1.3"
44
end
55
end
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.1.3
2+
3+
* Released the "elasticsearch-persistence" Rubygem
4+
5+
## 0.0.1
6+
7+
* Initial infrastructure for the gem
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = "0.0.1"
3+
VERSION = "0.1.3"
44
end
55
end

elasticsearch-rails/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 0.1.2
1+
## 0.1.3
2+
3+
## 0.1.2
24

35
* Allow passing an ActiveRecord scope to the importing Rake task
46

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "0.1.2"
3+
VERSION = "0.1.3"
44
end
55
end

0 commit comments

Comments
 (0)