You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-29Lines changed: 23 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
---
9
9
10
-
#Changelog
10
+
## Architecture
11
11
12
-
All notable changes to this project will be documented in this file.
12
+
## [0.1.2] - 2025-12-03
13
13
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
+
---
16
33
17
-
## Packages
34
+
## Packages (SDKs & Backend)
18
35
19
36
## [0.0.5] - 2025-10-28
20
37
@@ -63,27 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
80
### Added
64
81
65
82
- 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