File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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 )
4
13
5
14
## [ 2.2.0] ( https://github.com/algolia/algoliasearch-rails/compare/2.1.4...2.2.0 )
6
15
### Added
Original file line number Diff line number Diff line change 1
1
module AlgoliaSearch
2
- VERSION = '2.2.0 '
2
+ VERSION = '2.2.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments