We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ecfcf commit 2be5ee9Copy full SHA for 2be5ee9
CHANGELOG.md
@@ -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
8
## 2.1.0 - 2020-05-22
9
10
- 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
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module MatrixSdk
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
end
0 commit comments