diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 87e074c4..4fea4037 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +#### 1.5.51.1 October 2nd 2025 #### + +* [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549) +* [Add Akka.Hosting health check documentation to README](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/548) + #### 1.5.51 October 1st 2025 #### * [Bump AkkaVersion and AkkaHostingVersion to 1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51) diff --git a/src/Directory.Generated.props b/src/Directory.Generated.props index 0c4fde7e..ca67c2b9 100644 --- a/src/Directory.Generated.props +++ b/src/Directory.Generated.props @@ -1,6 +1,7 @@ - 1.5.51 - * [Bump AkkaVersion and AkkaHostingVersion to 1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51) + 1.5.51.1 + * [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549) +* [Add Akka.Hosting health check documentation to README](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/548) \ No newline at end of file