Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 5a3f9af

Browse files
authored
Update RELEASE_NOTES.md for 1.5.15 release (#246)
1 parent 3467b61 commit 5a3f9af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
### 1.5.14 January 23 2024 ###
1+
### 1.5.15 January 29 2024 ###
22

3+
* [Update Akka.NET to v1.5.15](https://github.com/akkadotnet/akka.net/releases/tag/1.5.15)
4+
* [Update Akka.Hosting to 1.5.15](https://github.com/akkadotnet/Akka.Hosting/releases/tag/1.5.15)
35
* Allow all 8.x major versions of Npgsql
46

57
### 1.5.13 October 4 2023 ###

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Install from version 5.0.11 included all the way up to 8.x.x, but don't go up a major version -->
88
<PostgresLowVersion>5.0.11</PostgresLowVersion>
9-
<PostgresHighVersion>9</PostgresHighVersion>
9+
<PostgresHighVersion>8</PostgresHighVersion>
1010
<PostgresVersion>[$(PostgresLowVersion), $(PostgresHighVersion))</PostgresVersion>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)