Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Aug 19, 2020
1 parent cb5e26b commit f22d97e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/6.x.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 6.x
name: 6.1.1
on:
push:
branches:
- 6.x
- 6.1.1
pull_request:
branches:
- 6.x
- 6.1.1
jobs:
test-master:
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.1.1

* fix: Ruby 2.7 deprecation warning on `find_in_batches`

## 6.1.0

* Update test tasks and travis (#840)
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
@@ -1,5 +1,5 @@
module Elasticsearch
module Model
VERSION = '6.1.0'
VERSION = '6.1.1'
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Elasticsearch
module Persistence
VERSION = '6.1.0'
VERSION = '6.1.1'
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
@@ -1,5 +1,5 @@
module Elasticsearch
module Rails
VERSION = '6.1.0'
VERSION = '6.1.1'
end
end

0 comments on commit f22d97e

Please sign in to comment.