diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c684fe6..19a828b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 1.0.3 - 2024-05-22
+
+- Update dependency: `gotrue-csharp@5.0.2`
+ - Add missing properties (`ProviderRefreshToken` and `ProviderToken`) to `Session` object to reflect current state
+ of `auth-js`
+- Update dependency: `realtime-csharp@7.0.1`
+ - Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
+ methods
+
## 1.0.2 - 2024-05-16
- Update dependency: `postgrest-csharp@4.0.2`
diff --git a/Supabase/Supabase.csproj b/Supabase/Supabase.csproj
index cee5d0a0..1c541825 100644
--- a/Supabase/Supabase.csproj
+++ b/Supabase/Supabase.csproj
@@ -19,8 +19,8 @@
https://github.com/supabase-community/supabase-csharp
A C# implementation of the Supabase client
supabase
- 1.0.2
- 1.0.2
+ 1.0.3
+ 1.0.3
true
icon.png
README.md
@@ -32,7 +32,7 @@
- 1.0.2
+ 1.0.3
$(VersionPrefix)
@@ -43,9 +43,9 @@
-
+
-
+
diff --git a/modules/gotrue-csharp b/modules/gotrue-csharp
index f40cf6f9..e9c2e501 160000
--- a/modules/gotrue-csharp
+++ b/modules/gotrue-csharp
@@ -1 +1 @@
-Subproject commit f40cf6f9828dccdd5c11c136a857000947f42f3d
+Subproject commit e9c2e50179d1548e713bf39a18305b3ba2854212
diff --git a/modules/realtime-csharp b/modules/realtime-csharp
index b48e4b7e..04e18219 160000
--- a/modules/realtime-csharp
+++ b/modules/realtime-csharp
@@ -1 +1 @@
-Subproject commit b48e4b7ef897a5bc1c1195b8396337127d9c2604
+Subproject commit 04e182196fa8aaffdbe168df2ef424e052a08ee7