Skip to content

Commit 2756708

Browse files
Update RELEASE_NOTES.md for 1.5.51.1 release (#551)
This patch release includes: - Fix for health check registration bug in Akka.Hosting extensions - Addition of health check documentation to README
1 parent b29602e commit 2756708

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.5.51.1 October 2nd 2025 ####
2+
3+
* [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549)
4+
* [Add Akka.Hosting health check documentation to README](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/548)
5+
16
#### 1.5.51 October 1st 2025 ####
27

38
* [Bump AkkaVersion and AkkaHostingVersion to 1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51)

src/Directory.Generated.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.51</VersionPrefix>
4-
<PackageReleaseNotes>* [Bump AkkaVersion and AkkaHostingVersion to 1.5.51](https://github.com/akkadotnet/akka.net/releases/tag/1.5.51)</PackageReleaseNotes>
3+
<VersionPrefix>1.5.51.1</VersionPrefix>
4+
<PackageReleaseNotes>* [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549)
5+
* [Add Akka.Hosting health check documentation to README](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/548)</PackageReleaseNotes>
56
</PropertyGroup>
67
</Project>

0 commit comments

Comments
 (0)