File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
- ## Unreleased
3
+ ## [ Unreleased] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.3...master )
4
4
5
- ## [ 2.0.2 ] ( https://github.com/algolia/algoliasearch-client-ruby/releases/tag/ 2.0.2 ) (2020-11-09 )
5
+ ## [ 2.0.3 ] ( https://github.com/algolia/algoliasearch-client-ruby/compare/ 2.0.2...2.0.3 ) (2020-11-24 )
6
6
7
- * Fix: don't mutate index name on stripping
7
+ ### Chore
8
+ - Containerize the repo
8
9
9
- ## [ 2.0.1 ] ( https://github.com/algolia/algoliasearch-client-ruby/releases/tag/ 2.0.1 ) (2020-11-02 )
10
+ ## [ 2.0.2 ] ( https://github.com/algolia/algoliasearch-client-ruby/compare/ 2.0.1...2.0.2 ) (2020-11-09 )
10
11
11
- * Fix: simplify merge of headers in ` Transport ` class
12
- * Fix: ` deserialize_settings ` function to take into account ` symbolize_keys ` parameter
12
+ ### Fix
13
+ - Don't mutate index name on stripping
14
+
15
+ ## [ 2.0.1] ( https://github.com/algolia/algoliasearch-client-ruby/compare/2.0.0...2.0.1 ) (2020-11-02)
16
+
17
+ ### Fix
18
+ - Simplify merge of headers in ` Transport ` class
19
+ - ` deserialize_settings ` function to take into account ` symbolize_keys ` parameter
13
20
14
21
## [ 2.0.0] ( https://github.com/algolia/algoliasearch-client-ruby/releases/tag/2.0.0 ) (2020-10-27)
15
22
Original file line number Diff line number Diff line change 1
1
module Algolia
2
- VERSION = '2.0.2 ' . freeze
2
+ VERSION = '2.0.3 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments