Skip to content

Commit f22d97e

Browse files
committed
Release 6.1.1
1 parent cb5e26b commit f22d97e

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/workflows/6.x.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 6.x
1+
name: 6.1.1
22
on:
33
push:
44
branches:
5-
- 6.x
5+
- 6.1.1
66
pull_request:
77
branches:
8-
- 6.x
8+
- 6.1.1
99
jobs:
1010
test-master:
1111
env:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.1.1
2+
3+
* fix: Ruby 2.7 deprecation warning on `find_in_batches`
4+
15
## 6.1.0
26

37
* 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.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 = '6.1.0'
3+
VERSION = '6.1.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 = '6.1.0'
3+
VERSION = '6.1.1'
44
end
55
end

0 commit comments

Comments
 (0)