Skip to content

Commit

Permalink
chore: bumps version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jun 6, 2022
1 parent bc58748 commit e0392fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG

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

## [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)
* fix: settings changes detection issue for replica indexes with inherit option [`#426`](https://github.com/algolia/algoliasearch-rails/pull/426)
* fix: make sync opt to be selectable for auto setting update logic [`#425`](https://github.com/algolia/algoliasearch-rails/pull/425)

### Added
* Add relevancyStrictness to IndexSettings [`#427`](https://github.com/algolia/algoliasearch-rails/pull/427)

## [2.2.0](https://github.com/algolia/algoliasearch-rails/compare/2.1.4...2.2.0)
### Added
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.0'
VERSION = '2.2.1'
end

0 comments on commit e0392fb

Please sign in to comment.