Skip to content

Commit

Permalink
chore(release): bump version to v3.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Dec 20, 2024
1 parent 818a182 commit 6dc48be
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 38 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
51 changes: 18 additions & 33 deletions docker/nodes.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6dc48be

Please sign in to comment.