diff --git a/CHANGELOG.md b/CHANGELOG.md index 686c43855..cbb8b5af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.0.1] - 2026-01-10 + +### Changed +- **Rebrand icons**: Updated all application icons with new Pallectrum logo. + +--- + ## [1.0.0] - 2025-12-10 ### Overview diff --git a/README.md b/README.md index 1d7e6295d..a50c94a84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ``` Licence: MIT Licence -Version: 1.0.0 +Version: 1.0.1 Maintainer: Davide Grilli Language: Python (>= 3.10) Homepage: https://github.com/palladium-coin/pallectrum diff --git a/electrum/plugins/timelock_recovery/manifest.json b/electrum/plugins/timelock_recovery/manifest.json index a95c1ab4f..5fe0b9aae 100644 --- a/electrum/plugins/timelock_recovery/manifest.json +++ b/electrum/plugins/timelock_recovery/manifest.json @@ -4,5 +4,5 @@ "author": "orenz0@protonmail.com", "available_for": ["qt"], "icon":"timelock_recovery_60.png", - "version": "1.0.0" + "version": "1.0.1" } diff --git a/electrum/version.py b/electrum/version.py index 9a4de4d41..b409dc967 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = '1.0.0' # version of the client package (Pallectrum) +ELECTRUM_VERSION = '1.0.1' # version of the client package (Pallectrum) PROTOCOL_VERSION_MIN = '1.4' # electrum protocol PROTOCOL_VERSION_MAX = '1.6'