Skip to content

Commit d3541cb

Browse files
Update CHANGELOG
Change-Id: I6837a8ae00f4f622645a90e024a2bd8666ba19a9
1 parent 40b4132 commit d3541cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

matrix-client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.5.0
4+
5+
- Replaces MatrixIO with a new mtl style API using ExceptT MatrixError and ReaderT ClientSession.
6+
- Adds loginToken.
7+
- Adds loginTokenWithManager and createSessionWithManager to support custom http Manager.
8+
39
## 0.1.4.0
410

511
- Completes The Room API

matrix-client/matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: matrix-client
3-
version: 0.1.4.0
3+
version: 0.1.5.0
44
synopsis: A matrix client library
55
description:
66
Matrix client is a library to interface with https://matrix.org.

0 commit comments

Comments
 (0)