Skip to content

Commit fadea61

Browse files
committed
chore: bump version to 2.2.5
1 parent 4b98ecb commit fadea61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4..master)
44

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+
-
59
## [2.2.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3...2.2.4) (2022-05-24)
610
### Fixed
711
- API endpoint URL mishandling in get_settings method ([`#473`](https://github.com/algolia/algoliasearch-client-ruby/pull/473))

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.4'.freeze
2+
VERSION = '2.2.5'.freeze
33
end

0 commit comments

Comments
 (0)