CHANGELOG.md in algolia-2.0.2 vs CHANGELOG.md in algolia-2.0.3

- old
+ new

@@ -1,16 +1,23 @@ # 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) * Initial release of v2