diff --git a/docker-compose.yml b/docker-compose.yml index a6d7883..0efb356 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -79,7 +79,7 @@ services: ipv4_address: $BITCOIN_IP lightning: container_name: lightning - image: lightninglabs/lnd:v0.14.3-beta@sha256:6a2234b0aad4caed3d993736816b198d6228f32c59b27ba2218d5ebf516ae905 + image: lightninglabs/lnd:v0.15.0-beta@sha256:d227a9db0727ff56020c8d6604c8c369757123d238ab6ce679579c2dd0d0d259 user: 1000:1000 depends_on: - tor diff --git a/info.json b/info.json index f35a1c9..327cb8d 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { - "version": "0.0.5", - "name": "Citadel 0.0.5", + "version": "0.0.6", + "name": "Citadel 0.0.6", "requires": ">=0.0.1", - "notes": "This update fixes a few bugs in the 0.0.4 release that were preventing some apps from working correctly." + "notes": "This update fixes a security issue in Tor which could lead to slower Tor performance or your node being inaccessible via Tor." }