Skip to content

Commit 16baf60

Browse files
committed
ANS-134 docs: reorganize CHANGELOG.md
- Remove duplicate header. - Group entries into "Architecture" and "Packages" sections for clarity.
1 parent c0562a8 commit 16baf60

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

CHANGELOG.md

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10-
# Changelog
10+
## Architecture
1111

12-
All notable changes to this project will be documented in this file.
12+
## [0.1.2] - 2025-12-03
1313

14-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
15-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
14+
### Added
15+
16+
- **Agent Payments Protocol (AP2) Integration**: Added Section 7.4 describing the integration with AP2 for secure agent payments.
17+
- **Section Renumbering**: Renumbered "Cross-Protocol Workflow Examples" to Section 7.5.
18+
- **Community & Governance**: Added `CONTRIBUTING.md` and updated README to foster community contribution.
19+
20+
## [0.1.1] - 2025-07-30
21+
22+
### Added
23+
24+
- Appendix H: Federated Architecture (ANS-FED-v0.1.1) to the specification. This appendix describes a federated architecture for the Agent Network System.
25+
26+
## [0.1.0] - 2025-05-02
27+
28+
### Added
29+
30+
- Initial public release of the Agent Network System specification.
31+
32+
---
1633

17-
## Packages
34+
## Packages (SDKs & Backend)
1835

1936
## [0.0.5] - 2025-10-28
2037

@@ -63,27 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6380
### Added
6481

6582
- Initial public release of the Java SDK.
66-
- `AgentRegistrationClient`: Class for registering a new agent with the ANS network, including key generation and payload signing.
67-
68-
---
69-
70-
## Architecture
71-
72-
## [0.1.2] - 2025-12-03
73-
74-
### Added
75-
76-
- **Agent Payments Protocol (AP2) Integration**: Added Section 7.4 describing the integration with AP2 for secure agent payments.
77-
- **Section Renumbering**: Renumbered "Cross-Protocol Workflow Examples" to Section 7.5.
78-
79-
## [0.1.1] - 2025-07-30
80-
81-
### Added
82-
83-
- Appendix H: Federated Architecture (ANS-FED-v0.1.1) to the specification. This appendix describes a federated architecture for the Agent Network System.
84-
85-
## [0.1.0] - 2025-05-02
86-
87-
### Added
88-
89-
- Initial public release of the Agent Network System specification.
83+
- `AgentRegistrationClient`: Class for registering a new agent with the ANS network, including key generation and payload signing.

0 commit comments

Comments
 (0)