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 e1866e1 commit 462c4b1Copy full SHA for 462c4b1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# ChangeLog
2
3
+## [1.27.1](https://github.com/algolia/algoliasearch-client-ruby/compare/1.27.0...1.27.1) (2019-09-26)
4
+
5
+**Fixed**
6
7
+* Update `Algolia::Index.exists` method to `Algolia::Index.exists?`. [364](https://github.com/algolia/algoliasearch-client-ruby/issues/364)
8
9
## [1.27.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/1.27.0) (2019-09-16)
10
11
**Added**
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = "1.27.0"
+ VERSION = "1.27.1"
end
0 commit comments