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 f2fa53b commit 85f93b4Copy full SHA for 85f93b4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## [2.0.2](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.2) (2020-11-09)
6
+
7
+* Fix: don't mutate index name on stripping
8
9
## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.1) (2020-11-02)
10
11
* Fix: simplify merge of headers in `Transport` class
lib/algolia/version.rb
@@ -1,3 +1,3 @@
1
module Algolia
- VERSION = '2.0.1'.freeze
+ VERSION = '2.0.2'.freeze
end
0 commit comments