diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a83631c..9046c6b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 1.4.48 January 24 2023 #### +* [Bump Akka.NET to 1.4.48](https://github.com/akkadotnet/akka.net/releases/tag/1.4.48) +* [Bump MongoDb.Driver to 2.17.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/284) + #### 1.4.40 July 27 2022 #### * [Bump Akka.NET to 1.4.40](https://github.com/akkadotnet/akka.net/releases/tag/1.4.40) * [Fix HighestSequenceNr query not returning proper value](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/267) diff --git a/src/Akka.Persistence.MongoDb/Akka.Persistence.MongoDb.csproj b/src/Akka.Persistence.MongoDb/Akka.Persistence.MongoDb.csproj index c745b36..c1f1c0f 100644 --- a/src/Akka.Persistence.MongoDb/Akka.Persistence.MongoDb.csproj +++ b/src/Akka.Persistence.MongoDb/Akka.Persistence.MongoDb.csproj @@ -11,6 +11,6 @@ - + \ No newline at end of file diff --git a/src/common.props b/src/common.props index be28409..0829056 100644 --- a/src/common.props +++ b/src/common.props @@ -22,9 +22,9 @@ net471 netstandard2.0 - 2.4.1 - 17.2.0 - 1.4.40 + 2.4.2 + 17.3.2 + 1.4.48