File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4..master )
4
4
5
+ ## [ 2.2.5] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4...2.2.5 ) (2022-05-24)
6
+ ### Fixed
7
+ - multiple_queries: allow params to be ` nil ` ([ ` #478 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/478 ) )
8
+ -
5
9
## [ 2.2.4] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3...2.2.4 ) (2022-05-24)
6
10
### Fixed
7
11
- API endpoint URL mishandling in get_settings method ([ ` #473 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/473 ) )
Original file line number Diff line number Diff line change 1
1
module Algolia
2
- VERSION = '2.2.4 ' . freeze
2
+ VERSION = '2.2.5 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments