···7788## [Unreleased]
991010+## [0.11.0] - 2025-08-18
1111+### Added
1212+- Document builder functionality for AT Protocol documents
1313+- New `atproto-oauth-service-token` CLI tool for OAuth service token management
1414+- Community lexicon support for extended AT Protocol functionality
1515+1616+### Changed
1717+- Updated record signature and verification to align with current AT Protocol proposal
1818+- Removed `issuedAt` field as required signature field
1919+- Streamlined Debug derive implementations across crates
2020+2121+### Improved
2222+- Removed unused dependencies for smaller build size
2323+- Release preparation and project maintenance
2424+1025## [0.10.0] - 2025-07-28
1126### Changed
1227- Version release 0.10.0 with updated dependencies and stability improvements
···109124- Core DID document handling
110125- Cryptographic key operations for P-256 curves
111126127127+[0.11.0]: https://tangled.sh/@smokesignal.events/atproto-identity-rs/tree/v0.11.0
112128[0.10.0]: https://tangled.sh/@smokesignal.events/atproto-identity-rs/tree/v0.10.0
113129[0.9.7]: https://tangled.sh/@smokesignal.events/atproto-identity-rs/tree/v0.9.7
114130[0.9.6]: https://tangled.sh/@smokesignal.events/atproto-identity-rs/tree/v0.9.6
···11[package]
22name = "atproto-record"
33-version = "0.10.0"
33+version = "0.11.0"
44description = "AT Protocol record signature operations - cryptographic signing and verification for AT Protocol records"
55readme = "README.md"
66homepage = "https://tangled.sh/@smokesignal.events/atproto-identity-rs"
+1-1
crates/atproto-xrpcs-helloworld/Cargo.toml
···11[package]
22name = "atproto-xrpcs-helloworld"
33-version = "0.10.0"
33+version = "0.11.0"
44description = "Complete example implementation of an AT Protocol XRPC service with DID web functionality and JWT authentication"
55edition.workspace = true
66rust-version.workspace = true
+1-1
crates/atproto-xrpcs/Cargo.toml
···11[package]
22name = "atproto-xrpcs"
33-version = "0.10.0"
33+version = "0.11.0"
44description = "Core building blocks for implementing AT Protocol XRPC services with JWT authorization"
55edition.workspace = true
66rust-version.workspace = true