diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 1b77f50..1bc5713 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3be172..3245ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## [0.7.1](https://github.com/supabase-community/supabase-ex/compare/v0.7.0...v0.7.1) (2025-08-16) + + +### Documentation + +* fix subproject URL, typos and miscellaneous edits ([#73](https://github.com/supabase-community/supabase-ex/issues/73)) ([00088a4](https://github.com/supabase-community/supabase-ex/commit/00088a4b366bb762268fe6d5d1112f4a9506b06a)) + + +### Miscellaneous Chores + +* user-management phoenix live view example ([#47](https://github.com/supabase-community/supabase-ex/issues/47)) ([af9eec9](https://github.com/supabase-community/supabase-ex/commit/af9eec9d537fd0d2ebecb304fe9341cf4f197c9a)) + ## [0.7.0](https://github.com/supabase-community/supabase-ex/compare/v0.6.2...v0.7.0) (2025-07-20) diff --git a/mix.exs b/mix.exs index f46f4c3..d57aa52 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Supabase.MixProject do use Mix.Project - @version "0.7.0" + @version "0.7.1" @source_url "https://github.com/supabase-community/supabase-ex" def project do