Skip to content

Commit

Permalink
Chore: prepare 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 12, 2023
1 parent 961b48d commit 0ffc900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## v0.1.5 (2023-11-12)

- graceful reconnection handing
- ability to register on-connect callbacks
- graceful re-connection handing
- ability to register on_auth callbacks (run connection / re-connection)
- ability to re-establish live queries subscriptions on re-connections
- ability to configure max backoff / step duration for connection retries

## v0.1.4 (2023-11-11)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Surrealix.MixProject do
use Mix.Project
@source_url "https://github.com/maxohq/surrealix"
@version "0.1.4"
@version "0.1.5"

def project do
[
Expand Down

0 comments on commit 0ffc900

Please sign in to comment.