We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6236c commit 5e7c715Copy full SHA for 5e7c715
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# ChangeLog
2
3
-## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.4...master)
+## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.1.0...master)
4
+
5
+## [2.1.0](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.4...2.1.0) (2021-03-30)
6
7
+### Feat
8
+- Custom dictionaries methods
9
10
+### Fix
11
+- The parameter `forwardToReplicas` should be handled independently in the `set_settings` method
12
13
## [2.0.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...2.0.4) (2021-01-05)
14
lib/algolia/version.rb
@@ -1,3 +1,3 @@
module Algolia
- VERSION = '2.0.4'.freeze
+ VERSION = '2.1.0'.freeze
end
0 commit comments