Skip to content

Commit 3b1ad4a

Browse files
committed
Version 2.6.0
1 parent 05a7ea3 commit 3b1ad4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## **Unreleased**
1+
## 2.6.0 - 2022-07-15
22

33
- Adds some multi-thread usage support to the API (create your API/client with `threadsafe: :multithread/true/false`)
44
The API will currently default to running with multi-threaded requests. In case your application is single-threaded - or never performs requests from multiple threads - then you can set `threadsafe: true/false` to support connection reuse.

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.5.0'
4+
VERSION = '2.6.0'
55
end

0 commit comments

Comments
 (0)