diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be943a6..e95e6cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ All notable changes to this project will be documented in this file. -## [1.2.0] - 2023-12-20 +## [1.2.1] - 2023-12-22 + +### Bug Fixes + +- Revalidate amounts when address is valid (#393) +- Missing qrcode import (#392) +- Do not setReverse in Pay.jsx (#376) + +### Features + +- Denomination toggle (#398) + +### Misc + +- Revert to sat as default denomination (#397) + +## [1.2.0] - 2023-12-21 ### Bug Fixes @@ -57,6 +73,7 @@ All notable changes to this project will be documented in this file. - Update vite security fix (#347) - Default to BTC denomination (#384) - V1.2.0 release prep +- Changelog ### Refactor diff --git a/LICENSE b/LICENSE index 6b004de8..84eddb80 100644 --- a/LICENSE +++ b/LICENSE @@ -5,12 +5,12 @@ Parameters Licensor: Boltz -Licensed Work: boltz-web-app 1.2.0 +Licensed Work: boltz-web-app 1.2.1 The Licensed Work is (c) 2023 Boltz Additional Use Grant: Running source locally without modification -Change Date: 2027-12-20 +Change Date: 2027-12-22 Change License: AGPL v3.0 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3) diff --git a/package-lock.json b/package-lock.json index a4bfcb2c..c6806920 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boltz-frontend", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boltz-frontend", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@bitcoinerlab/secp256k1": "^1.0.5", "@fontsource/noto-sans": "^5.0.18", diff --git a/package.json b/package.json index f60d24c0..7829cf48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boltz-frontend", - "version": "1.2.0", + "version": "1.2.1", "description": "Boltz Exchange, Atomic Swaps, Web App", "type": "module", "scripts": {