Skip to content

Commit 60026a7

Browse files
committed
chore: bumps version to v2.2.2
1 parent febfabf commit 60026a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...master)
44

5+
## [2.2.2](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...2.2.2)
6+
### Fixed
7+
* fix: wrong method name [`#429`](https://github.com/algolia/algoliasearch-rails/pull/429)
8+
* fix: check if `Sequel::Model` is defined [`#433`](https://github.com/algolia/algoliasearch-rails/pull/433)
9+
510
## [2.2.1](https://github.com/algolia/algoliasearch-rails/compare/2.2.0...2.2.1)
611
### Fixed
712
* fix:settings changes detection issue with empty array [`#424`](https://github.com/algolia/algoliasearch-rails/pull/424)

lib/algoliasearch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AlgoliaSearch
2-
VERSION = '2.2.1'
2+
VERSION = '2.2.2'
33
end

0 commit comments

Comments
 (0)