File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ ## [ 1.3.0] - 2025-12-22
11+
1012### Changed
1113- Required Java language is 21
1214
@@ -110,6 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
110112
111113## [ 0.0.1] - 2022-03-25
112114
115+ [ 1.3.0 ] : https://github.com/FnOio/function-agent-java/compare/v1.2.1...v1.3.0
113116[ 1.2.1 ] : https://github.com/FnOio/function-agent-java/compare/v1.2.0...v1.2.1
114117[ 1.2.0 ] : https://github.com/FnOio/function-agent-java/compare/v1.1.0...v1.2.0
115118[ 1.1.0 ] : https://github.com/FnOio/function-agent-java/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ In your `pom.xml` add the following dependency:
125125<dependency >
126126 <groupId >be.ugent.idlab.knows</groupId >
127127 <artifactId >function-agent-java</artifactId >
128- <version >1.2.1 </version >
128+ <version >1.3.0 </version >
129129</dependency >
130130```
131131
Original file line number Diff line number Diff line change 66
77 <groupId >be.ugent.idlab.knows</groupId >
88 <artifactId >function-agent-java</artifactId >
9- <version >1.2.2-SNAPSHOT </version >
9+ <version >1.3.0 </version >
1010 <name >function-agent-java</name >
1111 <packaging >jar</packaging >
1212 <url >https://fno.io/</url >
You can’t perform that action at this time.
0 commit comments