Skip to content

Commit

Permalink
chore: bumps version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Mar 14, 2022
1 parent 0264c78 commit 2358e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [2.2.0](https://github.com/algolia/algoliasearch-rails/compare/2.1.4...2.2.0)
### Added
* Support to pass Algolia API client options [`#420`](https://github.com/algolia/algoliasearch-rails/pull/420)

### Fixed
* Issue with `FrozenError` for newer Ruby versions [`#418`](https://github.com/algolia/algoliasearch-rails/pull/418)
* Only check index settings when indexing is enabled [`#416`](https://github.com/algolia/algoliasearch-rails/pull/416)
* Index intialization documentation [`#419`](https://github.com/algolia/algoliasearch-rails/pull/419)

## [2.1.4](https://github.com/algolia/algoliasearch-rails/compare/2.1.4...2.1.3)
### Fixed
- File formatting [`#414`](https://github.com/algolia/algoliasearch-rails/pull/414)
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.1.4'
VERSION = '2.2.0'
end

0 comments on commit 2358e3c

Please sign in to comment.