Skip to content

Commit 1baca57

Browse files
author
gh
committed
Update version to 1.3.0
1 parent 4aaef23 commit 1baca57

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)