Skip to content

Commit eb5676d

Browse files
committed
chore: bump version to 2.2.2
1 parent 9c856f8 commit eb5676d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.1..master)
3+
## [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))
48

59
## [2.2.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.2.0...2.2.1) (2021-11-12)
610
### Chore

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

0 commit comments

Comments
 (0)