From bf779ecb5a1ec978121989603ade2ce22987a1a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:34:22 -0300 Subject: [PATCH] chore(master): release 2.0.0 (#184) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- realtime/version.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf3786c..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3e2bd..73c2fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [2.0.0](https://github.com/supabase/realtime-py/compare/v1.0.6...v2.0.0) (2024-08-16) + + +### ⚠ BREAKING CHANGES + +* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178)) + +### Features + +* add set_auth method ([#175](https://github.com/supabase/realtime-py/issues/175)) ([5859c72](https://github.com/supabase/realtime-py/commit/5859c729590ffd1673cc626d8276b5366ff11ede)) + + +### Bug Fixes + +* realtime v2 ([#178](https://github.com/supabase/realtime-py/issues/178)) ([981a5d0](https://github.com/supabase/realtime-py/commit/981a5d0d3c10a60430810a6a0505bf751d931e61)) + ## v1.0.6 (2024-06-15) ### Build diff --git a/pyproject.toml b/pyproject.toml index 1898a78..1a39438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "realtime" -version = "1.0.6" # {x-release-please-version} +version = "2.0.0" # {x-release-please-version} description = "" authors = [ "Joel Lee ", diff --git a/realtime/version.py b/realtime/version.py index 3b51eb9..848739d 100644 --- a/realtime/version.py +++ b/realtime/version.py @@ -1 +1 @@ -__version__ = "1.0.6" # {x-release-please-version} +__version__ = "2.0.0" # {x-release-please-version}