Skip to content

Commit 7dff76b

Browse files
committed
chore: release 0.4.0
1 parent 373e26a commit 7dff76b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [0.4.0](https://github.com/supabase-community/realtime-ex/compare/v0.3.0...v0.4.0) (2026-03-09)
6+
7+
8+
### Features
9+
10+
* developer experience and observability ([#33](https://github.com/supabase-community/realtime-ex/issues/33)) ([373e26a](https://github.com/supabase-community/realtime-ex/commit/373e26af778d12e746fc48db4aa6721d85c673c2))
11+
* **phase-2:** http fallback, token refresh, broadcast.self and wildcard events ([#32](https://github.com/supabase-community/realtime-ex/issues/32)) ([ffd2f5f](https://github.com/supabase-community/realtime-ex/commit/ffd2f5f43a0b2a87b5587ae4a8258dcbf2a73984))
12+
513
## [0.3.0](https://github.com/supabase-community/realtime-ex/compare/v0.2.0...v0.3.0) (2026-03-09)
614

715

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Supabase.Realtime.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0"
4+
@version "0.4.0"
55
@source_url "https://github.com/supabase-community/realtime-ex"
66

77
def project do

0 commit comments

Comments
 (0)