Skip to content

Commit

Permalink
Prepare the 0.1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray committed Mar 14, 2023
1 parent 93a14e6 commit 7bb55b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions matrix-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.5.0

- Convert userDisplayName into a Maybe value [#30](https://github.com/softwarefactory-project/matrix-client-haskell/issues/30)
- Improve empty response handling [#32](https://github.com/softwarefactory-project/matrix-client-haskell/issues/32)

## 0.1.4.3

- Add missing export for Dir.
Expand Down
2 changes: 1 addition & 1 deletion matrix-client/matrix-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: matrix-client
version: 0.1.4.3
version: 0.1.5.0
synopsis: A matrix client library
description:
Matrix client is a library to interface with https://matrix.org.
Expand Down

0 comments on commit 7bb55b2

Please sign in to comment.