Skip to content

Commit

Permalink
chore: bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Apr 21, 2022
1 parent 579b18b commit 50cb068
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# ChangeLog

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

## [2.2.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1...2.2.2) (2021-12-08)
## [2.2.3](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2...2.2.3) (2022-04-21)
### Fixed
- API polling flood issue due to msec sleep time mishandling ([`#472`](https://github.com/algolia/algoliasearch-client-ruby/pull/472))
- mailto link in SECURITY.md ([`#463`](https://github.com/algolia/algoliasearch-client-ruby/pull/463))

### Added
- allow hash in multiple queries ([`#468`](https://github.com/algolia/algoliasearch-client-ruby/pull/468))

## [2.2.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1...2.2.2) (2021-12-08)
### Fixed
- Added a `status` field to the `MockRequester` ([`#467`](https://github.com/algolia/algoliasearch-client-ruby/pull/467))

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.2'.freeze
VERSION = '2.2.3'.freeze
end

0 comments on commit 50cb068

Please sign in to comment.