Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Dec 4, 2017
1 parent a41d9a2 commit 3b6f27d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 5.0.2

### ActiveModel

* Fixed the deprecation warnings on Rails 5.1 due to calling the `changes` method

## 5.0.1

### ActiveModel
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-model/lib/elasticsearch/model/version.rb
@@ -1,5 +1,5 @@
module Elasticsearch
module Model
VERSION = "5.0.1"
VERSION = "5.0.2"
end
end
@@ -1,5 +1,5 @@
module Elasticsearch
module Persistence
VERSION = "5.0.1"
VERSION = "5.0.2"
end
end
2 changes: 1 addition & 1 deletion elasticsearch-rails/lib/elasticsearch/rails/version.rb
@@ -1,5 +1,5 @@
module Elasticsearch
module Rails
VERSION = "5.0.1"
VERSION = "5.0.2"
end
end

0 comments on commit 3b6f27d

Please sign in to comment.