Skip to content

Commit 01f43cc

Browse files
committed
Bump version to 0.76.0, update CHANGELOG.md
1 parent e3010df commit 01f43cc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
# Changelog
22

3-
## Unreleased
3+
## Release 0.76.0 - 25-08-20
44

55
### Added
66

77
- Liquid(Singlesig): Add support for BIP-86 P2TR (Taproot) wallets.
8+
- Liquid(AMP): Ensure watch-only AMP accounts do not run out of addresses.
89
- HWW: Add a new device JSON key ``"supports_liquid_p2tr"`` to indicate P2TR
910
inputs can be signed by the device.
1011

12+
### Changed
13+
- Testnets: The PIN server for testnets has been changed to a testing instance.
14+
You will need to recreate PIN logins for test wallets with a PIN login enabled.
15+
1116
### Fixed
1217

13-
### Changed
18+
- PSET: Populate the ELIP-0101 genesis hash field for created PSETs.
19+
- PSET: Add protection against signing PSETs for different networks than the current one.
20+
- Liquidex: Prevent creating swaps with unsupported address types.
1421

22+
### Removed
23+
- SPV: Remove SPV support, which was unstable and causing increased support overhead.
24+
Users that do not trust esplora to behave honesty should run their own electrum server
25+
rather than relying on SPV.
1526

1627
## Release 0.75.2 - 25-05-08
1728

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(gdk VERSION 0.75.2 LANGUAGES C CXX)
2+
project(gdk VERSION 0.76.0 LANGUAGES C CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)