Skip to content

Commit

Permalink
CHANGELOG.md, pom.xml, README.md: prepare for 0.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Mar 29, 2022
1 parent cb5542f commit 24b20e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.0.2] - 2022-03-29

### Changed
- Update dependency `grel-functions-java` to bugfix release version `v0.7.2`.

### Fixed
- FnO implementation mappings have class `fno:Mapping` instead of `fnoi:Mapping`.

## [0.0.1] - 2022-03-25

[0.0.1]: https://github.com/FnOio/function-agent-java/releases
[0.0.1]: https://github.com/FnOio/function-agent-java/releases
[0.0.2]: https://github.com/FnOio/function-agent-java/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ then add this dependency:
<dependency>
<groupId>com.github.fnoio</groupId>
<artifactId>function-agent-java</artifactId>
<version>v0.0.1</version>
<version>v0.0.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>be.ugent.idlab.knows</groupId>
<artifactId>function-agent-java</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>

<name>function-agent-java</name>
<url>https://fno.io/</url>
Expand Down

0 comments on commit 24b20e8

Please sign in to comment.