Skip to content

Commit

Permalink
chore: bumps version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Nov 24, 2020
1 parent cc92ad1 commit 010d031
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# ChangeLog

## Unreleased
## [Unreleased](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...master)

## [2.0.2](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.2) (2020-11-09)
## [2.0.3](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.2...2.0.3) (2020-11-24)

* Fix: don't mutate index name on stripping
### Chore
- Containerize the repo

## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.1) (2020-11-02)
## [2.0.2](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.1...2.0.2) (2020-11-09)

* Fix: simplify merge of headers in `Transport` class
* Fix: `deserialize_settings` function to take into account `symbolize_keys` parameter
### Fix
- Don't mutate index name on stripping

## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.0...2.0.1) (2020-11-02)

### Fix
- Simplify merge of headers in `Transport` class
- `deserialize_settings` function to take into account `symbolize_keys` parameter

## [2.0.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.0) (2020-10-27)

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.2'.freeze
VERSION = '2.0.3'.freeze
end

0 comments on commit 010d031

Please sign in to comment.