Skip to content

Commit 794591a

Browse files
authored
Update RELEASE_NOTES.md for 1.5.30 release (#391)
* Update RELEASE_NOTES.md for 1.5.30 release * Update release date * Bump AkkaVersion and AkkaHostingVersion to 1.5.30
1 parent 389c441 commit 794591a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1+
#### 1.5.30 October 3rd 2024 ####
2+
3+
* [Bump Akka.NET to 1.5.30](https://github.com/akkadotnet/akka.net/releases/tag/1.5.30)
4+
* [Bump Akka.Persistence.Hosting to 1.5.30](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.30)
5+
* [Bump MongoDB.Driver to 2.28.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/388)
6+
7+
**Breaking Change Notice**
8+
9+
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).
10+
111
#### 1.5.29 October 1st 2024 ####
212

13+
> [!NOTE]
14+
>
15+
> **Deprecated**
16+
>
17+
> Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
18+
319
* [Bump Akka.NET to 1.5.29](https://github.com/akkadotnet/akka.net/releases/tag/1.5.29)
420
* [Bump Akka.Persistence.Hosting to 1.5.29](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.29)
521
* [Bump MongoDB.Driver to 2.28.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/388)

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<MongoDbVersion>2.28.0</MongoDbVersion>
5-
<AkkaVersion>1.5.29</AkkaVersion>
6-
<AkkaHostingVersion>1.5.29</AkkaHostingVersion>
5+
<AkkaVersion>1.5.30</AkkaVersion>
6+
<AkkaHostingVersion>1.5.30</AkkaHostingVersion>
77
</PropertyGroup>
88
<!-- App dependencies -->
99
<ItemGroup>

0 commit comments

Comments
 (0)