Skip to content

Commit 6451f22

Browse files
committed
Update version references to 0.2.0, mark spec as stable
1 parent e998ed8 commit 6451f22

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTPIN_TECHNICAL_SPECIFICATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# AgentPin Technical Specification
22

3-
**Protocol Version:** 0.1.0-draft
4-
**Status:** Draft
5-
**Author:** Jascha Wanger / [ThirdKey.ai](https://thirdkey.ai)
6-
**Date:** 2026-01-31
3+
**Protocol Version:** 0.2.0
4+
**Status:** Stable
5+
**Author:** Jascha Wanger / [ThirdKey.ai](https://thirdkey.ai)
6+
**Date:** 2026-02-16
77
**License:** MIT
88

99
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ agentpin verify --credential <jwt>
4343

4444
```toml
4545
[dependencies]
46-
agentpin = { version = "0.1", features = ["fetch"] }
46+
agentpin = { version = "0.2", features = ["fetch"] }
4747
```
4848

4949
### JavaScript

0 commit comments

Comments
 (0)