From 5b6f024bcc087f4f66b65dfb43c1d2aa08e760df Mon Sep 17 00:00:00 2001 From: Roman Heinrich Date: Sat, 11 Nov 2023 11:08:40 +0100 Subject: [PATCH] Chore: prepare 0.1.4 release --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b88153..220944b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.4 (2023-11-11) + +- much simpler handling for live query callbacks (https://github.com/maxohq/surrealix/commit/c87fe9b3853d090cb622a2478595b99a213d7fa9) + ## v0.1.3 (2023-11-10) - allow configuration the timeout for WS response diff --git a/mix.exs b/mix.exs index 482c611..caac536 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Surrealix.MixProject do use Mix.Project @source_url "https://github.com/maxohq/surrealix" - @version "0.1.3" + @version "0.1.4" def project do [