Skip to content

Commit

Permalink
chore(release): bump version to v2.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Mar 7, 2024
1 parent f553c60 commit fc04640
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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": "2.1.0",
"version": "2.2.0",
"homepage": "https://lightningpolar.com",
"description": "One-click Bitcoin Lightning networks for local app development & testing",
"author": {
Expand Down

0 comments on commit fc04640

Please sign in to comment.