Skip to content

Commit

Permalink
Update version number and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Jun 12, 2020
1 parent b0f9405 commit 4abcd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# CHANGELOG

## Next release
## 0.7.0.0

- The server `postgres-websockets` will shutdown when the listener database connection is closed, this allows for external process supervisors to restart the service on database failures.
- Middleware interface now requires a parameter `IO UTCTime` prividing a function that will produce the system time.
- Send close connection once the JWT token expires (if channel is open with a token using the `exp` claim).

## 0.6.1.0
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.6.1.1
version: 0.7.0.0
synopsis: Middleware to map LISTEN/NOTIFY messages to Websockets
description: Please see README.md
homepage: https://github.com/diogob/postgres-websockets#readme
Expand Down

0 comments on commit 4abcd12

Please sign in to comment.