Skip to content

Commit

Permalink
Chore: prepare 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 10, 2023
1 parent 844f5a5 commit c1f4e83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.1.3 (2023-11-10)

- allow configuration the timeout for WS response
- remove unused connection params like (user/pass/ns/db), this information has to be provided after establishing the connection
- some minor cleanups


## v0.1.2 (2023-11-10)

- allow to register callbacks for live queries
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.2"
@version "0.1.3"

def project do
[
Expand Down

0 comments on commit c1f4e83

Please sign in to comment.