Skip to content

Commit 7bb55b2

Browse files
Prepare the 0.1.5.0 release
1 parent 93a14e6 commit 7bb55b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

matrix-client/CHANGELOG.md

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

3+
## 0.1.5.0
4+
5+
- Convert userDisplayName into a Maybe value [#30](https://github.com/softwarefactory-project/matrix-client-haskell/issues/30)
6+
- Improve empty response handling [#32](https://github.com/softwarefactory-project/matrix-client-haskell/issues/32)
7+
38
## 0.1.4.3
49

510
- Add missing export for Dir.

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.3
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)