File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
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.3..master )
3
+ ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4..master )
4
+
5
+ ## [ 2.2.4] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3...2.2.4 ) (2022-05-24)
6
+ ### Fixed
7
+ - API endpoint URL mishandling in get_settings method ([ ` #473 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/473 ) )
8
+ - Confusing empty debug.log generation in gem users root ([ ` #474 ` ] ( https://github.com/algolia/algoliasearch-client-ruby/pull/474 ) )
4
9
5
10
## [ 2.2.3] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2...2.2.3 ) (2022-04-21)
6
11
### Fixed
Original file line number Diff line number Diff line change 1
1
module Algolia
2
- VERSION = '2.2.3 ' . freeze
2
+ VERSION = '2.2.4 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments