Skip to content

Commit 85f93b4

Browse files
committed
chore: bump version to 2.0.2
1 parent f2fa53b commit 85f93b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## [2.0.2](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.2) (2020-11-09)
6+
7+
* Fix: don't mutate index name on stripping
8+
59
## [2.0.1](https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.1) (2020-11-02)
610

711
* Fix: simplify merge of headers in `Transport` class

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.1'.freeze
2+
VERSION = '2.0.2'.freeze
33
end

0 commit comments

Comments
 (0)