We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e7eb2 commit 72c7dc6Copy full SHA for 72c7dc6
CHANGELOG.MD
@@ -2,6 +2,10 @@
2
3
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...master)
4
5
+## [2.2.2](https://github.com/algolia/algoliasearch-rails/compare/2.2.2...2.3.0)
6
+### Fixed
7
+* bugfix: don't consider objectID changed when using custom ID through method [`#436`](https://github.com/algolia/algoliasearch-rails/pull/436)
8
+
9
## [2.2.2](https://github.com/algolia/algoliasearch-rails/compare/2.2.1...2.2.2)
10
### Fixed
11
* fix: wrong method name [`#429`](https://github.com/algolia/algoliasearch-rails/pull/429)
lib/algoliasearch/version.rb
@@ -1,3 +1,3 @@
1
module AlgoliaSearch
- VERSION = '2.2.2'
+ VERSION = '2.3.0'
end
0 commit comments