File tree 5 files changed +10
-6
lines changed
elasticsearch-model/lib/elasticsearch/model
elasticsearch-persistence/lib/elasticsearch/persistence
elasticsearch-rails/lib/elasticsearch/rails
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- name : 6.x
1
+ name : 6.1.1
2
2
on :
3
3
push :
4
4
branches :
5
- - 6.x
5
+ - 6.1.1
6
6
pull_request :
7
7
branches :
8
- - 6.x
8
+ - 6.1.1
9
9
jobs :
10
10
test-master :
11
11
env :
Original file line number Diff line number Diff line change
1
+ ## 6.1.1
2
+
3
+ * fix: Ruby 2.7 deprecation warning on ` find_in_batches `
4
+
1
5
## 6.1.0
2
6
3
7
* Update test tasks and travis (#840 )
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = '6.1.0 '
3
+ VERSION = '6.1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = '6.1.0 '
3
+ VERSION = '6.1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = '6.1.0 '
3
+ VERSION = '6.1.1 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments