From fc046401006b80ce5614bef27d3784bdbb3a537e Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:15:29 -0600 Subject: [PATCH] chore(release): bump version to v2.2.0 and update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32453bd1..41c9aebc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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. +## [2.2.0](https://github.com/jamaljsr/polar/compare/v2.1.0...v2.2.0) + +This minor release adds support for the latest LND, Eclair, and tapd nodes. It includes +some small fixes that are necessary to support these versions, due to RPC/API changes. + +There are also some additional fixed listed below. + +### Features + +- **images:** Add support for LND v0.17.4-beta and Eclair v0.10.0 by @jamaljsr in https://github.com/jamaljsr/polar/pull/846 +- **app:** add xdg support by @uwla in https://github.com/jamaljsr/polar/pull/826 +- **dev:** add devcontainers support by @uwla in https://github.com/jamaljsr/polar/pull/824 +- **images:** add support for LND & Bitcoin Core latest releases by @jamaljsr in https://github.com/jamaljsr/polar/pull/813 +- **images:** add support for tapd v0.3.3-alpha by @jamaljsr in https://github.com/jamaljsr/polar/pull/806 + +### Bug Fixes + +- **eclair:** Error in GUI when open channel by @kelvinator07 in https://github.com/jamaljsr/polar/pull/828 +- **app:** Added support for Node.js version 20 by @kelvinator07 in https://github.com/jamaljsr/polar/pull/827 + +### Docs + +- **readme:** fix download broken links + update download links to v2.1.0 by @ramigs in https://github.com/jamaljsr/polar/pull/795 + ## [2.1.0](https://github.com/jamaljsr/polar/compare/v2.0.0...v2.1.0) This release adds support for Taproot Assets [v0.3.0-alpha](https://github.com/lightninglabs/taproot-assets/releases/tag/v0.3.0-alpha). diff --git a/README.md b/README.md index 5147ba104..92eca1ba5 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ You will be prompted to install Docker if Polar cannot detect it automatically ## Download -Download Polar v2.1.0 for your OS +Download Polar v2.2.0 for your OS -- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v2.1.0/polar-mac-x64-v2.1.0.dmg)) -- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v2.1.0/polar-linux-amd64-v2.1.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v2.1.0/polar-linux-x86_64-v2.1.0.AppImage)) -- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v2.1.0/polar-win-x64-v2.1.0.exe)) +- Mac ([dmg](https://github.com/jamaljsr/polar/releases/download/v2.2.0/polar-mac-x64-v2.2.0.dmg)) +- Linux ([deb](https://github.com/jamaljsr/polar/releases/download/v2.2.0/polar-linux-amd64-v2.2.0.deb), [AppImage](https://github.com/jamaljsr/polar/releases/download/v2.2.0/polar-linux-x86_64-v2.2.0.AppImage)), [RPM](https://github.com/jamaljsr/polar/releases/download/v2.2.0/polar-linux-x86_64-v2.1.0.rpm)) +- Windows ([exe](https://github.com/jamaljsr/polar/releases/download/v2.2.0/polar-win-x64-v2.2.0.exe)) Alternative and older version binaries can be found in the [GitHub releases](https://github.com/jamaljsr/polar/releases) diff --git a/package.json b/package.json index de3248dd3..41b0bfbbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polar", - "version": "2.1.0", + "version": "2.2.0", "homepage": "https://lightningpolar.com", "description": "One-click Bitcoin Lightning networks for local app development & testing", "author": {