feat: release v1.1.0 — Nostr signing, file sharing, DWN sync, Tor rotation

Bump version to 1.1.0 in Cargo.toml and package.json.
Add comprehensive CHANGELOG.md entry covering all v1.1.0 features:
NIP-07 iframe signing, file sharing across nodes, DWN multi-node sync,
node visualization map, Tor address rotation, boot container recovery,
and full monitoring/testing suite.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-13 04:02:21 +00:00
parent f99d2becb2
commit 62b023fcef
5 changed files with 222 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "archipelago"
version = "0.1.0"
version = "1.1.0"
edition = "2021"
description = "Archipelago Bitcoin Node OS - Native backend"
authors = ["Archipelago Team"]