Skip to content

Commit 87bd348

Browse files
committed
chore: bump version to 2.2.4
1 parent e90bb2c commit 87bd348

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# ChangeLog
22

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))
49

510
## [2.2.3](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2...2.2.3) (2022-04-21)
611
### Fixed

lib/algolia/version.rb

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

0 commit comments

Comments
 (0)