diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index 255ed0e..e51a96c 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbits/lnbits:0.12.1@sha256:5e0cd330f8ce4c8d1145e90b073f321e6068d2b79b70a3029f72030ab626125a + image: lnbits/lnbits:0.12.2@sha256:ce11b1127ab9a6314ed5a57792dcd938ee189c2f549888f6cdda21a181a12fc9 init: true restart: on-failure stop_grace_period: 1m diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 695a153..6bf2374 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: bitcoin name: LNbits -version: "0.12.1" +version: "0.12.2" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -41,23 +41,12 @@ path: "" defaultUsername: "" deterministicPassword: true releaseNotes: >- - ⚠️ This update includes a new login flow for LNBits- make a note of previously used wallet URLs and user IDs. + ⚠️ Reminder that the previous update included a new login flow for LNBits - make a note of previously used wallet URLs and user IDs. - This release update takes LNBits to 0.12.1, and includes many major changes: + This is a minor release that includes bug fixes and improvements. - - New powerful login system (Auth, Login, OAuth, create account with username and password) - - - Better tools for querying transactions - - - Mobile UI improvements - - - LND REST bug fixes - - - and more! - - - 📄 Full Release Notes and detailed information is available at: https://github.com/lnbits/lnbits/releases + 📄 Full Release Notes and detailed information is available at https://github.com/lnbits/lnbits/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/372