Skip to content

Commit

Permalink
bump version number and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Jun 17, 2021
1 parent fadcf1e commit 8145388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.11.0.0

- Add `PGWS_CHECK_LISTENER_INTERVAL` to configure interval to check database listener connection and respawn listener in case the connection is not found.

## 0.10.0.1

- Upgrade stackage to LTS 16.11. Recompiled with GHC 8.8.3.
Expand Down
2 changes: 1 addition & 1 deletion postgres-websockets.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgres-websockets
version: 0.10.0.1
version: 0.11.0.0
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
description: WAI middleware that adds websockets capabilites on top of PostgreSQL's asynchronous notifications using LISTEN and NOTIFY commands. Fully functioning server included.
homepage: https://github.com/diogob/postgres-websockets#readme
Expand Down

0 comments on commit 8145388

Please sign in to comment.