Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.5.30 release (#391)
Browse files Browse the repository at this point in the history
* Update RELEASE_NOTES.md for 1.5.30 release

* Update release date

* Bump AkkaVersion and AkkaHostingVersion to 1.5.30
  • Loading branch information
Arkatufus authored Oct 3, 2024
1 parent 389c441 commit 794591a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<MongoDbVersion>2.28.0</MongoDbVersion>
<AkkaVersion>1.5.29</AkkaVersion>
<AkkaHostingVersion>1.5.29</AkkaHostingVersion>
<AkkaVersion>1.5.30</AkkaVersion>
<AkkaHostingVersion>1.5.30</AkkaHostingVersion>
</PropertyGroup>
<!-- App dependencies -->
<ItemGroup>
Expand Down

0 comments on commit 794591a

Please sign in to comment.