Skip to content

Commit

Permalink
Chore: update changelog + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreframer committed Nov 24, 2023
1 parent 9221fb5 commit 4e23bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.6 (2023-11-24)

- simplify the API by removing the optional task as parameter
- this enables passing task options as arguments
- code becomes much clearer

## v0.1.5 (2023-11-12)

- graceful re-connection handing
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.5"
@version "0.1.6"

def project do
[
Expand Down

0 comments on commit 4e23bf4

Please sign in to comment.