Skip to content

Commit

Permalink
Release 7.1.2.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Mar 10, 2021
1 parent b2fb144 commit 63f9c7c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.1.2.pre

Pre release, backports bugfixes from master. Full CHANGELOG will be published on final release.

## 7.1.1

* Fix: Ruby 2.7 deprecation warning on `find_in_batches`
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.1.1"
VERSION = "7.1.2.pre"
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.1.1'
s.add_dependency "elasticsearch-model", '7.1.2.pre'
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.1.1'
VERSION = '7.1.2.pre'
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.1.1"
VERSION = "7.1.2.pre"
end
end

0 comments on commit 63f9c7c

Please sign in to comment.