Skip to content

Commit 0340746

Browse files
committed
Updates version to 6.1.2, CHANGELOG
1 parent 606f348 commit 0340746

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.1.2
2+
3+
* Updates Bundler.with_clean_dev (deprecated) to with_unbundled_env
4+
5+
## 6.1.1
6+
7+
* fix: Ruby 2.7 deprecation warning on `find_in_batches`
8+
19
## 6.1.0
210

311
* Update test tasks and travis (#840)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Model
3-
VERSION = '6.1.0'
3+
VERSION = '6.1.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 = '6.1.0'
3+
VERSION = '6.1.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 = '6.1.0'
3+
VERSION = '6.1.2'
44
end
55
end

0 commit comments

Comments
 (0)