Skip to content

Commit 8340c9e

Browse files
authored
chore: release 0.2.0 (#16)
1 parent 7960d2b commit 8340c9e

File tree

3 files changed

+12
-2
lines changed

3 files changed

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

CHANGELOG.md

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

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

5+
## [0.2.0](https://github.com/supabase-community/realtime-ex/compare/v0.1.0...v0.2.0) (2025-11-10)
6+
7+
8+
### Features
9+
10+
* Add broadcast acknowledgment ([#18](https://github.com/supabase-community/realtime-ex/issues/18)) ([7960d2b](https://github.com/supabase-community/realtime-ex/commit/7960d2b7415e9e01d84ef279ae0f84dc236c2891))
11+
* channel and channel registry management ([#12](https://github.com/supabase-community/realtime-ex/issues/12)) ([fe066c9](https://github.com/supabase-community/realtime-ex/commit/fe066c925ac0c6c60325730c23b7259099a617c5))
12+
* improved api based on realtime-js ([#14](https://github.com/supabase-community/realtime-ex/issues/14)) ([3eee6ac](https://github.com/supabase-community/realtime-ex/commit/3eee6acfe8cbf3640d272c48f0dd0cc72d0d5b32))
13+
* websocket connection ([#13](https://github.com/supabase-community/realtime-ex/issues/13)) ([ead723e](https://github.com/supabase-community/realtime-ex/commit/ead723e36db85185a2c9e1805f652666244aed74))
14+
515
## [0.1.0] - ...
616
### Added
717
- Initial release with core features

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.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/supabase-community/realtime-ex"
66

77
def project do

0 commit comments

Comments
 (0)