Skip to content

Commit

Permalink
chore: bump version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed May 24, 2022
1 parent 4b98ecb commit fadea61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [2.2.5](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.4...2.2.5) (2022-05-24)
### Fixed
- multiple_queries: allow params to be `nil` ([`#478`](https://github.com/algolia/algoliasearch-client-ruby/pull/478))
-
## [2.2.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.3...2.2.4) (2022-05-24)
### Fixed
- API endpoint URL mishandling in get_settings method ([`#473`](https://github.com/algolia/algoliasearch-client-ruby/pull/473))
Expand Down
2 changes: 1 addition & 1 deletion lib/algolia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Algolia
VERSION = '2.2.4'.freeze
VERSION = '2.2.5'.freeze
end

This comment has been minimized.

Copy link
@KeSiBaina

KeSiBaina Jul 5, 2022

456

1 comment on commit fadea61

@KeSiBaina
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kio

Please sign in to comment.