From 7a5c873aa209c9a24a3602f5c37e5b47c965972d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 16 Jul 2026 05:32:34 +0000
Subject: [PATCH] chore(master): release 1.2.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 15 +++++++++++++++
Supabase/Supabase.csproj | 6 +++---
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 53b7bc9c..c3f14639 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.1.2"
+ ".": "1.2.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66ea3c9c..490d75f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [1.2.0](https://github.com/supabase-community/supabase-csharp/compare/v1.1.2...v1.2.0) (2026-07-16)
+
+
+### Features
+
+* add dependabot ([#202](https://github.com/supabase-community/supabase-csharp/issues/202)) ([e04cc98](https://github.com/supabase-community/supabase-csharp/commit/e04cc988b45c1d8ab29bbab41a5aac3c19877e81))
+* add sdk compliance file for capabilities matrix ([#267](https://github.com/supabase-community/supabase-csharp/issues/267)) ([3fad62f](https://github.com/supabase-community/supabase-csharp/commit/3fad62f9bc8edad8abec2ba5c06dd504e5e78630))
+* add support for trusted publishing ([#276](https://github.com/supabase-community/supabase-csharp/issues/276)) ([5eefb2c](https://github.com/supabase-community/supabase-csharp/commit/5eefb2cb486861cc6117d69584fd4ac470abf897))
+
+
+### Bug Fixes
+
+* correct csproj filename typo in release-please config ([#274](https://github.com/supabase-community/supabase-csharp/issues/274)) ([4884c6e](https://github.com/supabase-community/supabase-csharp/commit/4884c6eef5a4a535d3c76e6ffe831e5fa8f00008))
+* lower Newtonsoft.Json minimum version to 13.0.2 ([#275](https://github.com/supabase-community/supabase-csharp/issues/275)) ([d2233e2](https://github.com/supabase-community/supabase-csharp/commit/d2233e256217e59c22ef76edc93c9b682673d4c5))
+
## [1.1.2](https://github.com/supabase-community/supabase-csharp/compare/v1.1.1...v1.1.2) (2025-07-07)
diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj
index 01c4bba6..3b123fb0 100644
--- a/Supabase/Supabase.csproj
+++ b/Supabase/Supabase.csproj
@@ -20,8 +20,8 @@
A C# implementation of the Supabase client
supabase
- 1.1.1
- 1.1.1
+ 1.2.0
+ 1.2.0
true
icon.png
@@ -34,7 +34,7 @@
- 1.1.1
+ 1.2.0
$(VersionPrefix)