Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
strategy:
matrix:
arch: [aarch64, x86_64]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
- Fixed a bug that could lead to indefinite stalling of the node during initial sync when there
are many peers and the host machine is slow.

## [1.2.1] - 2026-02-28

### Fixed
- Fixed a Windows-specific crash in `node-daemon` and `node-gui` that occurred when the chainstate DB reached 2 GB.

## [1.2.0] - 2025-10-27

### Changed
Expand Down
Loading