Skip to content

Commit 8145388

Browse files
committed
bump version number and write changelog
1 parent fadcf1e commit 8145388

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.11.0.0
4+
5+
- Add `PGWS_CHECK_LISTENER_INTERVAL` to configure interval to check database listener connection and respawn listener in case the connection is not found.
6+
37
## 0.10.0.1
48

59
- Upgrade stackage to LTS 16.11. Recompiled with GHC 8.8.3.

postgres-websockets.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgres-websockets
2-
version: 0.10.0.1
2+
version: 0.11.0.0
33
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
44
description: WAI middleware that adds websockets capabilites on top of PostgreSQL's asynchronous notifications using LISTEN and NOTIFY commands. Fully functioning server included.
55
homepage: https://github.com/diogob/postgres-websockets#readme

0 commit comments

Comments
 (0)