From 16b47037b5b270ecdfa7d155d797234e31983a64 Mon Sep 17 00:00:00 2001 From: zoey Date: Fri, 28 Nov 2025 17:51:21 -0300 Subject: [PATCH] chore: release 0.1.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..55fa7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/supabase-community/functions-ex/compare/v0.1.0...v0.1.1) (2025-11-28) + + +### Bug Fixes + +* handle x-relay-error ([#7](https://github.com/supabase-community/functions-ex/issues/7)) ([33f9152](https://github.com/supabase-community/functions-ex/commit/33f915264974bdc85417ab1874f412571bce4cf7)) diff --git a/mix.exs b/mix.exs index b5835ad..677f5f9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Supabase.Functions.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" @source_url "https://github.com/supabase-community/functions-ex" def project do