Skip to content

Commit 3b6f27d

Browse files
committed
Release 5.0.2
1 parent a41d9a2 commit 3b6f27d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.0.2
2+
3+
### ActiveModel
4+
5+
* Fixed the deprecation warnings on Rails 5.1 due to calling the `changes` method
6+
17
## 5.0.1
28

39
### ActiveModel
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = "5.0.1"
3+
VERSION = "5.0.2"
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.1"
3+
VERSION = "5.0.2"
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.1"
3+
VERSION = "5.0.2"
44
end
55
end

0 commit comments

Comments
 (0)