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 07ce6c1 commit 2415c48Copy full SHA for 2415c48
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.1) (2020-11-02)
6
+
7
+* Fix: simplify merge of headers in `Transport` class
8
+* Fix: `deserialize_settings` function to take into account `symbolize_keys` parameter
9
10
## [2.0.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.0) (2020-10-27)
11
12
* Initial release of v2
lib/algolia/version.rb
@@ -1,3 +1,3 @@
1
module Algolia
- VERSION = '2.0.0'.freeze
+ VERSION = '2.0.1'.freeze
end
0 commit comments