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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [2.1.0] — 2026-04

### Changed

- Sync version with `@biological-sovereignty-protocol/sdk` v2.1.0 so the
entire BSP client stack (sdk, cli, mcp, website) shares one line.

### Added

- `examples/` directory with runnable bash scripts for the three core flows:
- `create-beo.sh` — bootstrap a sovereign biological identity
- `grant-consent.sh` — issue a ConsentToken to an IEO
- `submit-biorecord.sh` — submit measurements with scoped consent
- `CONTRIBUTING.md` with dev setup, testing, and PR guidelines
- Expanded README with per-command reference tables and flag documentation

### Changed
### Changed (docs)

- Documentation consolidated with cross-links to bsp-spec glossary and error catalog

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biological-sovereignty-protocol/cli",
"version": "1.0.0",
"version": "2.1.0",
"description": "Official CLI for the Biological Sovereignty Protocol — manage BEOs, IEOs, consent, and health data from the terminal",
"bin": {
"bsp": "./dist/index.js"
Expand Down
Loading