Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 15, 2020
1 parent 82d799e commit 5acfc78
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 7.0.0.pre
## 7.1.0

* Tested with elasticsearch Ruby client version 7.6.0
* Updates rake version
* Adds pipeline to bulk params [commit](https://github.com/elastic/elasticsearch-rails/commit/63c24c9fe48a74d00c65145cc55c32f4c6907448)

## 7.0.0

* Update test tasks and travis (#840)
* `respond_to_missing?` to silence Ruby 2.4 warnings (#838)
Expand All @@ -7,7 +13,6 @@
* Only execute update if document attributes is not empty (#862)
* Remove bundler version requirement in gemspec files
* 7.0 support (#875)
* Update version to 7.0.0.pre

### ActiveModel

Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-model/lib/elasticsearch/model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module Model
VERSION = "7.0.0"
VERSION = "7.1.0"
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.9.3"

s.add_dependency "elasticsearch", '~> 7'
s.add_dependency "elasticsearch-model", '7.0.0'
s.add_dependency "elasticsearch-model", '7.1.0'
s.add_dependency "activesupport", '> 4'
s.add_dependency "activemodel", '> 4'
s.add_dependency "hashie"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module Persistence
VERSION = '7.0.0'
VERSION = '7.1.0'
end
end
2 changes: 1 addition & 1 deletion elasticsearch-rails/lib/elasticsearch/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Elasticsearch
module Rails
VERSION = "7.0.0"
VERSION = "7.1.0"
end
end

0 comments on commit 5acfc78

Please sign in to comment.