Skip to content

Commit 2be5ee9

Browse files
committed
Version 2.1.1
1 parent 27ecfcf commit 2be5ee9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.1 - 2020-08-21
2+
3+
- Fixes crash if state event content is null (#11)
4+
- Fixes an uninitialized URI constant exception when requiring only the main library file
5+
- Fixes the Api#get_pushrules method missing an ending slash in the request URI
6+
- Fixes discovery code for client/server connections based on domain
7+
18
## 2.1.0 - 2020-05-22
29

310
- Adds unique query IDs as well as duration in API debug output, to make it easier to track long requests

lib/matrix_sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MatrixSdk
4-
VERSION = '2.1.0'
4+
VERSION = '2.1.1'
55
end

0 commit comments

Comments
 (0)