From 6dc48bed35ffaa0f82ac0401280c72932aed21f7 Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:38:30 -0600 Subject: [PATCH] chore(release): bump version to v3.2.0 and update changelog --- CHANGELOG.md | 18 +++++++++++++++++ README.md | 8 ++++---- docker/nodes.json | 51 +++++++++++++++++------------------------------ package.json | 2 +- 4 files changed, 41 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00c3eb63..1d5e1a936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.0](https://github.com/jamaljsr/polar/compare/v3.1.0...v3.2.0) + +This release adds support for the final v0.14.0 version of Terminal (`litd`) which officially adds support for making asset payments over Lightning. + +All of the node implementations have also been updated to their latests versions: + +- LND v0.18.4-beta +- Taproot Assets (tapd) v0.5.0-alpha +- Terminal (litd) v0.14.0-alpha +- Core Lightning v24.11.1 +- Eclair v0.11.0 + +### Features + +- Minor updates for litd v0.14.0 by @jamaljsr in https://github.com/jamaljsr/polar/pull/1072 +- Update node implementations to their latest versions by @jamaljsr in https://github.com/jamaljsr/polar/pull/1076 +- December 20204 Node Updates by @jamaljsr in https://github.com/jamaljsr/polar/pull/1085 + ## [3.1.0](https://github.com/jamaljsr/polar/compare/v3.0.0...v3.1.0) This minor release is needed to support the latest released versions of `litd` and `tapd`. diff --git a/README.md b/README.md index 955cfd55b..afff54bba 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically ## Download -Download Polar v3.1.0 for your OS +Download Polar v3.2.0 for your OS -- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v3.1.0/polar-mac-x64-v3.1.0.dmg)) -- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v3.1.0/polar-linux-amd64-v3.1.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v3.1.0/polar-linux-x86_64-v3.1.0.AppImage)), [RPM](https://github.com/jamaljsr/polar/releases/download/v3.1.0/polar-linux-x86_64-v2.1.0.rpm)) -- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v3.1.0/polar-win-x64-v3.1.0.exe)) +- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v3.2.0/polar-mac-x64-v3.2.0.dmg)) +- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v3.2.0/polar-linux-amd64-v3.2.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v3.2.0/polar-linux-x86_64-v3.2.0.AppImage)), [RPM](https://github.com/jamaljsr/polar/releases/download/v3.2.0/polar-linux-x86_64-v2.1.0.rpm)) +- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v3.2.0/polar-win-x64-v3.2.0.exe)) Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases) diff --git a/docker/nodes.json b/docker/nodes.json index 4bed4fcc5..afdfe755b 100644 --- a/docker/nodes.json +++ b/docker/nodes.json @@ -1,72 +1,57 @@ { - "version": 67, + "version": 68, "images": { "LND": { - "latest": "0.18.4-beta.rc2", + "latest": "0.18.4-beta", "versions": [ - "0.18.4-beta.rc2", - "0.18.4-beta.rc1", + "0.18.4-beta", "0.18.3-beta", "0.18.2-beta", "0.18.1-beta", "0.18.0-beta", "0.17.5-beta", - "0.16.4-beta", - "0.15.5-beta" + "0.16.4-beta" ], "compatibility": { - "0.18.4-beta.rc2": "28.0", - "0.18.4-beta.rc1": "28.0", + "0.18.4-beta": "28.0", "0.18.3-beta": "27.0", "0.18.2-beta": "27.0", "0.18.1-beta": "27.0", "0.18.0-beta": "27.0", "0.17.5-beta": "27.0", - "0.16.4-beta": "27.0", - "0.15.5-beta": "27.0" + "0.16.4-beta": "27.0" } }, "c-lightning": { - "latest": "24.11", - "versions": ["24.11", "24.08.1", "24.08", "24.05", "24.02.2", "23.11.2"] + "latest": "24.11.1", + "versions": ["24.11.1", "24.11", "24.08.1", "24.05"] }, "eclair": { - "latest": "0.10.0", - "versions": ["0.10.0", "0.9.0", "0.8.0", "0.7.0", "0.6.2", "0.5.0"] + "latest": "0.11.0", + "versions": ["0.11.0", "0.10.0", "0.9.0"] }, "bitcoind": { "latest": "28.0", - "versions": ["28.0", "27.0", "26.0", "25.0", "24.0", "23.0", "22.0", "0.21.1"] + "versions": ["28.0", "27.0", "26.0"] }, "btcd": { "latest": "", "versions": [] }, "tapd": { - "latest": "0.5.0-rc2", - "versions": [ - "0.5.0-rc2", - "0.5.0-rc1", - "0.4.1-alpha", - "0.4.0-alpha", - "0.3.3-alpha", - "0.3.2-alpha" - ], + "latest": "0.5.0-alpha", + "versions": ["0.5.0-alpha", "0.4.1-alpha", "0.3.3-alpha"], "compatibility": { - "0.5.0-rc2": "0.18.4-beta.rc2", - "0.5.0-rc1": "0.18.4-beta.rc1", + "0.5.0-alpha": "0.18.4-beta", "0.4.1-alpha": "0.18.0-beta", - "0.4.0-alpha": "0.18.0-beta", - "0.3.3-alpha": "0.16.0-beta", - "0.3.2-alpha": "0.16.0-beta" + "0.3.3-alpha": "0.16.0-beta" } }, "litd": { - "latest": "0.14.0-alpha.rc2", - "versions": ["0.14.0-alpha.rc2", "0.14.0-alpha.rc1"], + "latest": "0.14.0-alpha", + "versions": ["0.14.0-alpha"], "compatibility": { - "0.14.0-alpha.rc2": "28.0", - "0.14.0-alpha.rc1": "28.0" + "0.14.0-alpha": "28.0" } } } diff --git a/package.json b/package.json index 4f1a0fa7a..f9d442dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polar", - "version": "3.1.0", + "version": "3.2.0", "homepage": "https://lightningpolar.com", "description": "One-click Bitcoin Lightning networks for local app development & testing", "author": {