Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Jul 15, 2022
1 parent 05a7ea3 commit 3b1ad4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **Unreleased**
## 2.6.0 - 2022-07-15

- Adds some multi-thread usage support to the API (create your API/client with `threadsafe: :multithread/true/false`)
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.
Expand Down
2 changes: 1 addition & 1 deletion lib/matrix_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MatrixSdk
VERSION = '2.5.0'
VERSION = '2.6.0'
end

0 comments on commit 3b1ad4a

Please sign in to comment.