Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.2.0](https://github.com/supabase-community/realtime-ex/compare/v0.1.0...v0.2.0) (2025-07-16)


### Features

* 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))
* 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))
* websocket connection ([#13](https://github.com/supabase-community/realtime-ex/issues/13)) ([ead723e](https://github.com/supabase-community/realtime-ex/commit/ead723e36db85185a2c9e1805f652666244aed74))

## [0.1.0] - ...
### Added
- Initial release with core features
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Supabase.Realtime.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"
@source_url "https://github.com/supabase-community/realtime-ex"

def project do
Expand Down