Skip to content

Commit aa65914

Browse files
committed
Release 2.0.1
1 parent c054f94 commit aa65914

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+
## 2.0.1
2+
3+
### ActiveModel
4+
5+
* Fixed incorrect dependency on the "elasticsearch" Rubygem
6+
17
## 2.0.0
28

39
* 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 = "2.0.0"
3+
VERSION = "2.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 = "2.0.0"
3+
VERSION = "2.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 = "2.0.0"
3+
VERSION = "2.0.1"
44
end
55
end

0 commit comments

Comments
 (0)