File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
- ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4..master )
3
+ ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.3.0..master )
4
+
5
+ ## [ 2.3.0] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.5...2.3.0 ) (2022-09-26)
6
+ ### Changed
7
+ - Dropped support for Ruby < 2.4 ([ ` #483 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/483 ) )
8
+ - Updated Faraday dependency range ([ ` #471 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/471 ) )
9
+ - Fixed bug with ` createIfNotExists ` ([ ` #458 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/458 ) )
10
+ - Use user-configured logger to temp client ([ ` #480 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/480 ) )
4
11
5
12
## [ 2.2.5] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4...2.2.5 ) (2022-05-24)
6
13
### Fixed
7
14
- multiple_queries: allow params to be ` nil ` ([ ` #478 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/478 ) )
8
- -
15
+
9
16
## [ 2.2.4] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3...2.2.4 ) (2022-05-24)
10
17
### Fixed
11
18
- 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.5 ' . freeze
2
+ VERSION = '2.3.0 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments