We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d52ad commit 9ecf5beCopy full SHA for 9ecf5be
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+
6
+## [1.27.2](https://github.com/algolia/algoliasearch-client-ruby/compare/1.27.1...1.27.2) (2020-04-28)
7
8
**Fixed**
9
10
* In `search_user_id`, retrieve param `cluster` instead of `clusterName`. [368](https://github.com/algolia/algoliasearch-client-ruby/issues/368)
lib/algolia/version.rb
@@ -1,3 +1,3 @@
1
module Algolia
- VERSION = "1.27.1"
+ VERSION = "1.27.2"
end
0 commit comments