Skip to content

Commit 4f75b2a

Browse files
Merge pull request #214 from Arkatufus/master
Version 1.5.5 Release
2 parents acb488c + 840bd16 commit 4f75b2a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.5.5 June 16 2021 ####
2+
* Upgrade [Akka.Bootstrap.Docker to 0.5.3](https://github.com/petabridge/akkadotnet-bootstrap/releases/tag/0.5.3)
3+
14
#### 1.5.4 June 16 2021 ####
25
* Upgraded to [Akka.NET v1.4.21](https://github.com/akkadotnet/akka.net/releases/tag/1.4.21)
36

src/Lighthouse/Lighthouse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
1111
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
1212
<PackageReference Include="Akka.Bootstrap.Docker">
13-
<Version>0.5.2</Version>
13+
<Version>0.5.3</Version>
1414
</PackageReference>
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)