Skip to content

Commit e0392fb

Browse files
committed
chore: bumps version to v2.2.1
1 parent bc58748 commit e0392fb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.MD

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

3-
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.1.4...master)
3+
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...master)
4+
5+
## [2.2.1](https://github.com/algolia/algoliasearch-rails/compare/2.2.0...2.2.1)
6+
### Fixed
7+
* fix:settings changes detection issue with empty array [`#424`](https://github.com/algolia/algoliasearch-rails/pull/424)
8+
* fix: settings changes detection issue for replica indexes with inherit option [`#426`](https://github.com/algolia/algoliasearch-rails/pull/426)
9+
* fix: make sync opt to be selectable for auto setting update logic [`#425`](https://github.com/algolia/algoliasearch-rails/pull/425)
10+
11+
### Added
12+
* Add relevancyStrictness to IndexSettings [`#427`](https://github.com/algolia/algoliasearch-rails/pull/427)
413

514
## [2.2.0](https://github.com/algolia/algoliasearch-rails/compare/2.1.4...2.2.0)
615
### Added

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.0'
2+
VERSION = '2.2.1'
33
end

0 commit comments

Comments
 (0)