Skip to content

Commit 2415c48

Browse files
committed
chore: bump version to 2.0.1
1 parent 07ce6c1 commit 2415c48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.1) (2020-11-02)
6+
7+
* Fix: simplify merge of headers in `Transport` class
8+
* Fix: `deserialize_settings` function to take into account `symbolize_keys` parameter
9+
510
## [2.0.0](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.0) (2020-10-27)
611

712
* Initial release of v2

lib/algolia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Algolia
2-
VERSION = '2.0.0'.freeze
2+
VERSION = '2.0.1'.freeze
33
end

0 commit comments

Comments
 (0)