diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03e2bfd..d440e82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 7.0.2 - 2024-07-26
+
+- Update Dependency: `Websocket.Client@5.1.2`
+- Update Dependency: `Supabase.Postgrest@4.0.3`
+- [Re:#167](https://github.com/supabase-community/supabase-csharp/issues/167) Adds support for specifying `GetHeaders`
+ on the `RealtimeClient` which are included on the initial request to the server to establish websocket connection.
+
## 7.0.1 - 2024-05-22
- Re: [#47](https://github.com/supabase-community/realtime-csharp/issues/47) Return a Task from `Track` and `Untrack`
diff --git a/Realtime/Realtime.csproj b/Realtime/Realtime.csproj
index 04953f3..a92ab33 100644
--- a/Realtime/Realtime.csproj
+++ b/Realtime/Realtime.csproj
@@ -16,8 +16,8 @@
https://github.com/supabase/realtime-csharp
Realtime-csharp is written as a client library for supabase/realtime.
supabase, realtime, phoenix
- 7.0.1
- 7.0.1
+ 7.0.2
+ 7.0.2
true
icon.png
README.md
@@ -31,7 +31,7 @@
- 7.0.1
+ 7.0.2
$(VersionPrefix)-$(VersionSuffix)
$(VersionPrefix)