Skip to content

Commit 5e7c715

Browse files
committed
chore: bumps version to 2.1.0
1 parent 2b6236c commit 5e7c715

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# ChangeLog
22

3-
## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.4...master)
3+
## [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
412

513
## [2.0.4](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...2.0.4) (2021-01-05)
614

Diff for: lib/algolia/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Algolia
2-
VERSION = '2.0.4'.freeze
2+
VERSION = '2.1.0'.freeze
33
end

0 commit comments

Comments
 (0)