Skip to content

Commit

Permalink
chore: bumps version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Mar 31, 2021
1 parent 2b6236c commit 5e7c715
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# ChangeLog

## [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)

## [2.1.0](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.4...2.1.0) (2021-03-30)

### Feat
- Custom dictionaries methods

### Fix
- The parameter `forwardToReplicas` should be handled independently in the `set_settings` method

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

Expand Down
2 changes: 1 addition & 1 deletion lib/algolia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Algolia
VERSION = '2.0.4'.freeze
VERSION = '2.1.0'.freeze
end

0 comments on commit 5e7c715

Please sign in to comment.