Skip to content
Merged
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.7.0"
".": "0.7.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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-09-30)


### Bug Fixes

* fetch json_library option on compile-time ([#74](https://github.com/supabase-community/supabase-ex/issues/74)) ([0c94303](https://github.com/supabase-community/supabase-ex/commit/0c943038bb12480497b2e3e9ddc56931c066d584))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down