diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0b3d37..d363555b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.3.4](https://github.com/BoltzExchange/boltz-web-app/compare/v1.3.3..v1.3.4) - 2024-04-23 + +### Bug Fixes + +- small number BTC denomination (#560) - ([ed35055](https://github.com/BoltzExchange/boltz-web-app/commit/ed350551cb3284bd0a7e68cdce45e2c3355546c2)) + +### Features + +- QR code icon depending on asset (#559) - ([dbf2d08](https://github.com/BoltzExchange/boltz-web-app/commit/dbf2d08c131a24f0776d288d4b328eeaaea4db8a)) + +### Miscellaneous Chores + +- set mainnet log level to debug - ([7f37914](https://github.com/BoltzExchange/boltz-web-app/commit/7f3791406db4c042cdbe6b5f86528d0b5498423b)) + +### Refactoring + +- use `` for swap history links (#557) - ([186cd14](https://github.com/BoltzExchange/boltz-web-app/commit/186cd146ae278a45ed0795b5154f82bcef4a4df1)) + --- ## [1.3.3](https://github.com/BoltzExchange/boltz-web-app/compare/v1.3.1..v1.3.3) - 2024-04-16 @@ -50,6 +69,7 @@ All notable changes to this project will be documented in this file. See [conven - show return to page only on mobile (#537) - ([029ae81](https://github.com/BoltzExchange/boltz-web-app/commit/029ae812b14a6166979c8e0c737e81c79c904e05)) - prepare release v1.3.2 - ([46561e2](https://github.com/BoltzExchange/boltz-web-app/commit/46561e2acb7a4d3eb5f366e0511ad3ff87496ca7)) - bump vite from 5.2.4 to 5.2.6 (#552) - ([2b291d4](https://github.com/BoltzExchange/boltz-web-app/commit/2b291d423ed77ddc679f0e9eb1e4c4fee54a5d01)) +- prepare release v1.3.3 (#556) - ([89e901c](https://github.com/BoltzExchange/boltz-web-app/commit/89e901cd9bebb62495fd9e33705c5a31ccdd05a0)) ### Refactoring diff --git a/LICENSE b/LICENSE index aa5f4e73..fb7e42e0 100644 --- a/LICENSE +++ b/LICENSE @@ -5,12 +5,12 @@ Parameters Licensor: Boltz -Licensed Work: boltz-web-app 1.3.3 +Licensed Work: boltz-web-app 1.3.4 The Licensed Work is (c) 2024 Boltz Additional Use Grant: Running source locally without modification -Change Date: 2028-04-16 +Change Date: 2028-04-23 Change License: AGPL v3.0 (GNU AFFERO GENERAL PUBLIC LICENSE Version 3) diff --git a/package-lock.json b/package-lock.json index b8270413..22ae6565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boltz-frontend", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boltz-frontend", - "version": "1.3.3", + "version": "1.3.4", "dependencies": { "@bitcoinerlab/secp256k1": "^1.1.1", "@fontsource/noto-sans": "^5.0.21", diff --git a/package.json b/package.json index 0981b595..56e814ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boltz-frontend", - "version": "1.3.3", + "version": "1.3.4", "description": "Boltz Exchange, Atomic Swaps, Web App", "scripts": { "start": "npm run regtest && vite",