diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index e331cb6..ea972da 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbitsdocker/lnbits-legend:0.9.4@sha256:0dbcc5ad5c5d4439c4ee5148206ecd3fbc28422aec2847a3f17e968205dab68b + image: lnbitsdocker/lnbits-legend:0.9.7@sha256:1fccd9611a23b9d9259ca4adff860e3e2d441ed42261d192141e76b261cd3b74 init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 44a5ca6..0b1c799 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: Finance name: LNbits -version: "0.9.4" +version: "0.9.7" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -28,12 +28,8 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - - New Boltcard extension: create and manage LNURL tap and pay NFC cards! - - - New Invoices extension: creating formal invoices your goods/services! - - - Updated Onchain Wallet extension: connect our new open-source hardware wallet over serial! More info on https://lnbits.github.io/hardware-wallet/installer/. - - - More improvements to some extensions and bug fixes. + - This minor release updates the Docker images and fixes the dependency versions from 0.9.6.1. + + See the full changelog here: https://github.com/lnbits/lnbits/releases/tag/0.9.7 submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/pull/372 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/pull/372