Skip to content

Commit

Permalink
chore: bumps version to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Dec 5, 2023
1 parent 81baf8d commit 3482dd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# CHANGELOG

## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...master)
* Allow users to override default options, including user agent [`#438`](https://github.com/algolia/algoliasearch-rails/pull/438)

## [2.2.2](https://github.com/algolia/algoliasearch-rails/compare/2.2.2...2.3.0)
## [2.3.1](https://github.com/algolia/algoliasearch-rails/compare/2.3.0...2.3.1)
### Added
* Allow ActiveJob queue configuration [`#439`](https://github.com/algolia/algoliasearch-rails/pull/439)
* allow to configure user agent and other default options [`#438`](https://github.com/algolia/algoliasearch-rails/pull/438)

## [2.3.0](https://github.com/algolia/algoliasearch-rails/compare/2.2.2...2.3.0)
### Fixed
* bugfix: don't consider objectID changed when using custom ID through method [`#436`](https://github.com/algolia/algoliasearch-rails/pull/436)

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.3.0'
VERSION = '2.3.1'
end

0 comments on commit 3482dd1

Please sign in to comment.