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 88d1d51 commit 1ac362dCopy full SHA for 1ac362d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## [1.27.4](https://github.com/algolia/algoliasearch-client-ruby/compare/1.27.3...1.27.4) (2020-09-16)
6
+
7
+**Fixed**
8
9
+* Retrieve all objects when using `copy_index` from `AccountClient` class ([399](https://github.com/algolia/algoliasearch-client-ruby/pull/399))
10
11
## [1.27.3](https://github.com/algolia/algoliasearch-client-ruby/compare/1.27.2...1.27.3) (2020-06-03)
12
13
**Fixed**
lib/algolia/version.rb
@@ -1,3 +1,3 @@
1
module Algolia
- VERSION = "1.27.3"
+ VERSION = "1.27.4"
end
0 commit comments