Skip to content

Commit 22b698a

Browse files
committed
Release 5.0.1
1 parent ccf2e8e commit 22b698a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 5.0.1
2+
3+
### ActiveModel
4+
5+
* Updated the dependency on "elasticsearch" to 5.x
6+
7+
### Persistence
8+
9+
* Updated the failing integration tests for Elasticsearch 5.x
10+
* Updated the dependency for "elasticsearch" and "elasticsearch-model" to `5.x`
11+
112
## 5.0.0
213

314
* Updated the Rake dependency to 11.1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "5.0.0"
3+
VERSION = "5.0.1"
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Persistence
3-
VERSION = "5.0.0"
3+
VERSION = "5.0.1"
44
end
55
end
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Rails
3-
VERSION = "5.0.0"
3+
VERSION = "5.0.1"
44
end
55
end

0 commit comments

Comments
 (0)