Skip to content

Commit

Permalink
chore: bumps version to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jun 14, 2023
1 parent febfabf commit 60026a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [2.2.2](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...2.2.2)
### Fixed
* fix: wrong method name [`#429`](https://github.com/algolia/algoliasearch-rails/pull/429)
* fix: check if `Sequel::Model` is defined [`#433`](https://github.com/algolia/algoliasearch-rails/pull/433)

## [2.2.1](https://github.com/algolia/algoliasearch-rails/compare/2.2.0...2.2.1)
### Fixed
* fix:settings changes detection issue with empty array [`#424`](https://github.com/algolia/algoliasearch-rails/pull/424)
Expand Down
2 changes: 1 addition & 1 deletion lib/algoliasearch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AlgoliaSearch
VERSION = '2.2.1'
VERSION = '2.2.2'
end

0 comments on commit 60026a7

Please sign in to comment.