Skip to content

Commit 7c5096d

Browse files
author
Evgenii Pecherkin
committed
Update CHANGELOG and verson
1 parent f9ae9ca commit 7c5096d

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# master
22

3-
# Version 5.0.1
3+
# Version 5.1.0
44

5-
## Changes
5+
## Breaking changes
66

7-
* Speed up imports when `bulk_size` is specified (@yahooguntu, #606)
7+
* Add support for multiple indices in request (@pyromaniac, #657)
88

99
* Support `search_type`, `request_cache`, and `allow_partial_search_results` as query string parameters (@mattzollinhofer, #647)
1010

11-
* Support multiple indices in request (@pyromaniac, #657)
11+
## Changes
12+
13+
* Speed up imports when `bulk_size` is specified (@yahooguntu, #606)
1214

1315
* Insert `RequestStrategy` middleware before `ActionDispatch::ShowExceptions` (@dck, #682)
1416

lib/chewy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Chewy
2-
VERSION = '5.0.1'.freeze
2+
VERSION = '5.1.0'.freeze
33
end

0 commit comments

Comments
 (0)