We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c856f8 commit eb5676dCopy full SHA for eb5676d
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# ChangeLog
2
3
-## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1..master)
+## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.2..master)
4
+
5
+## [2.2.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1...2.2.2) (2021-12-08)
6
+### Fixed
7
+- Added a `status` field to the `MockRequester` ([`#467`](https://github.com/algolia/algoliasearch-client-ruby/pull/467))
8
9
## [2.2.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.0...2.2.1) (2021-11-12)
10
### Chore
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = '2.2.1'.freeze
+ VERSION = '2.2.2'.freeze
end
0 commit comments