diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f8deaef..4486084 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,21 @@
+#### 1.5.30 October 3rd 2024 ####
+
+* [Bump Akka.NET to 1.5.30](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)
+* [Bump Akka.Persistence.Hosting to 1.5.30](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.30)
+* [Bump MongoDB.Driver to 2.28.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/388)
+
+**Breaking Change Notice**
+
+The MongoDb driver 2.28.0 is [now strongly-named](https://github.com/mongodb/mongo-csharp-driver/pull/1393) which may affect your project(s). You can read more about this decision [here](https://www.mongodb.com/community/forums/t/net-c-driver-strong-naming/291649).
+
#### 1.5.29 October 1st 2024 ####
+> [!NOTE]
+>
+> **Deprecated**
+>
+> Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
+
* [Bump Akka.NET to 1.5.29](https://github.com/akkadotnet/akka.net/releases/tag/1.5.29)
* [Bump Akka.Persistence.Hosting to 1.5.29](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.29)
* [Bump MongoDB.Driver to 2.28.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/388)
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 0c8fb88..99afe1e 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -2,8 +2,8 @@
true
2.28.0
- 1.5.29
- 1.5.29
+ 1.5.30
+ 1.5.30