From 6366f1f63bdce1f0544af7c6e9564c20c936a114 Mon Sep 17 00:00:00 2001 From: zoey Date: Tue, 15 Jul 2025 21:10:19 -0300 Subject: [PATCH] chore: release 0.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d861e90..9da754c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 8efd704..c6284b2 100644 --- a/mix.exs +++ b/mix.exs @@ -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