Version bump

This commit is contained in:
patrick brisbin 2019-05-21 09:58:15 -04:00
parent 096049e0e3
commit e470f1a3f8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 0.3.0.2
* `sendClose` and `sendPing` correctly find the `Connection` from `WebSocketsT`
Previously, these types were incorrectly typed to look for the `Connection` on
the `m` of `WebSocketsT m ()`, and not via `WebSocketsT` itself. Because this
made them practically impossible to use, this change is unlikely to break any
existing code.
## 0.3.0.1
* Minor cabal file improvements

View File

@ -1,5 +1,5 @@
name: yesod-websockets
version: 0.3.0.1
version: 0.3.0.2
synopsis: WebSockets support for Yesod
homepage: https://github.com/yesodweb/yesod
license: MIT