We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acb488c + 840bd16 commit 4f75b2aCopy full SHA for 4f75b2a
RELEASE_NOTES.md
@@ -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
+
4
#### 1.5.4 June 16 2021 ####
5
* Upgraded to [Akka.NET v1.4.21](https://github.com/akkadotnet/akka.net/releases/tag/1.4.21)
6
src/Lighthouse/Lighthouse.csproj
@@ -10,7 +10,7 @@
10
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
11
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
12
<PackageReference Include="Akka.Bootstrap.Docker">
13
- <Version>0.5.2</Version>
+ <Version>0.5.3</Version>
14
</PackageReference>
15
</ItemGroup>
16
0 commit comments